Merge pull request #7925 from webbiesdk/leafletNoThatsNotTheSyntax

Leaflet: Wrong syntax.
This commit is contained in:
Horiuchi_H
2016-02-05 10:56:35 +09:00
+1 -1
View File
@@ -513,7 +513,7 @@ declare module L {
/**
* Creates a control with the given options.
*/
function (options?: ControlOptions): Control;
(options?: ControlOptions): Control;
}
export namespace control {