From af3a9fdef7c0523cbdb7e9ed535e2adf4da2ce9d Mon Sep 17 00:00:00 2001 From: Nikhil Tilwalli Date: Tue, 21 Jul 2015 08:38:01 -0400 Subject: [PATCH] Remove addLayer from mapbox since it is not (no longer) in the mapbox library and is shadowing the equivalent function in the Leaflet library --- mapbox/mapbox.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mapbox/mapbox.d.ts b/mapbox/mapbox.d.ts index d15598cfdc..bc2c3c980f 100644 --- a/mapbox/mapbox.d.ts +++ b/mapbox/mapbox.d.ts @@ -44,7 +44,6 @@ declare module L.mapbox { legendControl : L.mapbox.LegendControl; shareControl : L.mapbox.ShareControl; - addLayer(layer: any): any; getTileJSON(): any; }