Remove addLayer from mapbox since it is not (no longer) in the mapbox library and is shadowing the equivalent function in the Leaflet library

This commit is contained in:
Nikhil Tilwalli
2015-07-21 08:38:01 -04:00
parent 8f51d25ad3
commit af3a9fdef7

1
mapbox/mapbox.d.ts vendored
View File

@@ -44,7 +44,6 @@ declare module L.mapbox {
legendControl : L.mapbox.LegendControl;
shareControl : L.mapbox.ShareControl;
addLayer(layer: any): any;
getTileJSON(): any;
}