Note that the content of Utils.ts has also been changed. More pecisely:
- `relMouseCoords` has been set as a function of the Utils object, to avoid attaching it to canvas prototype. This was very custom way of doing, and makes testing very complicated to run, while providing no real value.
- Removed the jQuery dependency and made `urlParam` a function of the Utils object.
- Added some types when possible / easy. But TS already reveal the misuse of some function sur as `parseInt` and `parseFloat` (which act on strings, not numbers)
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
* add popup when no match is found with the pointers
* move degreesToString from coo.js to AladinUtils
* apply Matthieu's comments
---------
Co-authored-by: bmatthieu3 <baumannmatthieu0@gmail.com>