mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Change doubleClickZoom to any type
Was getting an error when setting doubleClickZoom to a boolean, which is valid.
This commit is contained in:
Vendored
+1
-1
@@ -2430,7 +2430,7 @@ declare module L {
|
||||
*
|
||||
* Default value: true.
|
||||
*/
|
||||
doubleClickZoom?: string;
|
||||
doubleClickZoom?: any;
|
||||
//doubleClickZoom?: boolean;
|
||||
//doubleClickZoom?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user