From 343b20868e8dfcab935e177176d5b88db2d0bdf9 Mon Sep 17 00:00:00 2001 From: Yang Guan Date: Fri, 9 Jan 2015 13:51:38 -0800 Subject: [PATCH] Update typing files for leaflet --- leaflet/leaflet.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 0c5f48d0a9..ff90fb479f 100644 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -2335,6 +2335,10 @@ declare module L { */ attributionControl: Control.Attribution; + /** + * Map state options + */ + options: MapOptions; //////////////// ////////////////