Merge pull request #1025 from flxf/leafletany

Fix leaflet.d.ts, TileLayerOptions.subdomains is flexibly typed
This commit is contained in:
Diullei Gomes
2013-09-08 14:55:51 -07:00
+1 -1
View File
@@ -808,7 +808,7 @@ declare module L {
* Subdomains of the tile service. Can be passed in the form of one string (where
* each letter is a subdomain name) or an array of strings.
*/
subdomains?: string;
subdomains?: any;
/**
* URL to the tile image to show in place of the tile that failed to load.