Skip to content

Commit ce4cdc7

Browse files
committed
fix mapbox/mapbox.d.ts
1 parent 09e3743 commit ce4cdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapbox/mapbox.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ declare module L.mapbox {
2121
function map(element: string, id: string, options?: MapOptions): L.mapbox.Map;
2222
function map(element: string, tilejson: any, options?: MapOptions): L.mapbox.Map;
2323

24-
interface MapOptions extends L.MapOptions {
24+
interface MapOptions extends L.Map.MapOptions {
2525
featureLayer? : FeatureLayerOptions;
2626
gridLayer? : any;
2727
tileLayer? : TileLayerOptions;

0 commit comments

Comments
 (0)