Skip to content

Commit

Permalink
Factory function should be exported on L.tileLayer.bing not `L.Tile…
Browse files Browse the repository at this point in the history
…Layer.bing`
  • Loading branch information
gmaclennan committed Dec 4, 2015
1 parent 4c7c00b commit 5094950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaflet-bing-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ var fetchJsonp=function(){"use strict";function e(){return"jsonp_"+Date.now()+"_
}
})

L.TileLayer.bing = function (options) {
L.tileLayer.bing = function (options) {
return new L.TileLayer.Bing(options)
}

Expand Down

0 comments on commit 5094950

Please sign in to comment.