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
482 stars 165 forks source link

UMD pattern for CommonJS and AMD compatibility #23

Closed perliedman closed 9 years ago

perliedman commented 9 years ago

This makes it easy to use the plugin when using Browserify/CommonJS and RequireJS/AMD, while still remaining compatible with normal script includes.

hallahan commented 9 years ago

This is great!