hallahan / LeafletPlayback

This is a Leaflet plug-in that plays back points that have a time stamp synchronized to a clock.
http://leafletplayback.theoutpost.io
Other
484 stars 167 forks source link

Remove dependency on deprecated function in jQuery #90

Open peeebeee opened 2 weeks ago

peeebeee commented 2 weeks ago

Both MoveableMarker.js and TracksLayer.js had a single dependency on jQuery - removed these and substituted 'typeof (x) === 'function' for jQuery.isFunction(x) which is deprecated.