Skip to content

Commit 68d9d43

Browse files
committed
Merge pull request DefinitelyTyped#5960 from borisyankov/fix-ci-failed
fix mapbox/mapbox.d.ts
2 parents 09e3743 + ce4cdc7 commit 68d9d43

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)