diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index b137ee3715..ef02c29d29 100755 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -513,7 +513,7 @@ declare module L { /** * Creates a control with the given options. */ - function (options?: ControlOptions): Control; + (options?: ControlOptions): Control; } export namespace control {