diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 5462a8afb1..3044970b0c 100644 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -991,9 +991,9 @@ declare module L { export class Default extends Icon { /** - * Creates an icon instance with default options. + * Creates a default icon instance with the given options. */ - constructor(options: IconOptions); + constructor(options?: IconOptions); static imagePath: string; }