mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #7925 from webbiesdk/leafletNoThatsNotTheSyntax
Leaflet: Wrong syntax.
This commit is contained in:
Vendored
+1
-1
@@ -513,7 +513,7 @@ declare module L {
|
||||
/**
|
||||
* Creates a control with the given options.
|
||||
*/
|
||||
function (options?: ControlOptions): Control;
|
||||
(options?: ControlOptions): Control;
|
||||
}
|
||||
|
||||
export namespace control {
|
||||
|
||||
Reference in New Issue
Block a user