digidem / leaflet-bing-layer

Bing Maps Layer for Leaflet v1.0.0
http://digidem.github.io/leaflet-bing-layer/
87 stars 53 forks source link

fix build for AMD #29

Closed diachedelic closed 6 years ago

diachedelic commented 6 years ago

Fixes an issue where fetch-jsonp was double wrapped in UMD definitions, breaking the module when used in an AMD environment. I've just included the fetch-jsonp source instead of its build file, before running it through browserify. I've added comments to the commit in this PR

diachedelic commented 6 years ago

Closing as I don't think this will be merged, and now there are a whole load of unrelated commits that I don't know how to remove without recreating the pull request.