Merge pull request #5010 from ntilwalli/master

Remove addLayer method from mapbox
This commit is contained in:
Masahiro Wakame
2015-07-24 02:13:34 +09:00
-1
View File
@@ -44,7 +44,6 @@ declare module L.mapbox {
legendControl : L.mapbox.LegendControl;
shareControl : L.mapbox.ShareControl;
addLayer(layer: any): any;
getTileJSON(): any;
}