Merge pull request #9901 from kunnix/patch-2

Update leaflet.d.ts: TileLayerOptions
This commit is contained in:
Ryan Cavanaugh
2016-06-30 11:04:25 -07:00
committed by GitHub
+1 -1
View File
@@ -4091,7 +4091,7 @@ declare namespace L {
*
* Default value: 'abc'.
*/
subdomains?: string[];
subdomains?: string|string[];
/**
* URL to the tile image to show in place of the tile that failed to load.