Merge pull request #5960 from borisyankov/fix-ci-failed

fix mapbox/mapbox.d.ts
This commit is contained in:
Masahiro Wakame
2015-09-23 05:33:12 +09:00

2
mapbox/mapbox.d.ts vendored
View File

@@ -21,7 +21,7 @@ declare module L.mapbox {
function map(element: string, id: string, options?: MapOptions): L.mapbox.Map;
function map(element: string, tilejson: any, options?: MapOptions): L.mapbox.Map;
interface MapOptions extends L.MapOptions {
interface MapOptions extends L.Map.MapOptions {
featureLayer? : FeatureLayerOptions;
gridLayer? : any;
tileLayer? : TileLayerOptions;