mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Changed doubleClickZoom and scrollWheelZoom
Set type to 'boolean' to match docs.
This commit is contained in:
Vendored
+2
-6
@@ -2418,9 +2418,7 @@ declare module L {
|
||||
*
|
||||
* Default value: true.
|
||||
*/
|
||||
scrollWheelZoom?: any;
|
||||
//scrollWheelZoom?: boolean;
|
||||
//scrollWheelZoom?: string;
|
||||
scrollWheelZoom?: boolean;
|
||||
|
||||
/**
|
||||
* Whether the map can be zoomed in by double clicking on it and zoomed out
|
||||
@@ -2430,9 +2428,7 @@ declare module L {
|
||||
*
|
||||
* Default value: true.
|
||||
*/
|
||||
doubleClickZoom?: any;
|
||||
//doubleClickZoom?: boolean;
|
||||
//doubleClickZoom?: string;
|
||||
doubleClickZoom?: boolean;
|
||||
|
||||
/**
|
||||
* Whether the map can be zoomed to a rectangular area specified by dragging
|
||||
|
||||
Reference in New Issue
Block a user