From 5c5e202bceef2d09a438c970375879510a595ead Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Mon, 1 Feb 2016 17:03:20 +0100 Subject: [PATCH] Leaflet: Wrong syntax. --- leaflet/leaflet.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 94e6ab51c3..19532831ad 100755 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -513,7 +513,7 @@ declare module L { /** * Creates a control with the given options. */ - function (options?: ControlOptions): Control; + (options?: ControlOptions): Control; } export namespace control { @@ -2442,7 +2442,7 @@ declare namespace L { options: Map.MapOptions; /** - * Iterates over the layers of the map, optionally specifying context + * Iterates over the layers of the map, optionally specifying context * of the iterator function. */ eachLayer(fn: (layer: ILayer) => void, context?: any): Map; @@ -4182,7 +4182,7 @@ declare namespace L { * When this option is set, the TileLayer only loads tiles that are in the given geographical bounds. */ bounds?: LatLngBounds; - + /** * Custom keys may be specified in TileLayerOptions so they can be used in a provided URL template. */