From 08d59f985e2f9fff0743643e9e5abeab2a0c1a41 Mon Sep 17 00:00:00 2001 From: Benoit V Date: Thu, 30 Jun 2016 16:15:19 +0200 Subject: [PATCH] Update leaflet.d.ts: TileLayerOptions subdomains: String or String[]. Description: Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings. Documentation: http://leafletjs.com/reference.html --- leaflet/leaflet.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 94cbe8499a..98c1ce9ad3 100644 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -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.