From 60e7f4cd6123ff99aeb34596a0d700c7cf9d4e17 Mon Sep 17 00:00:00 2001 From: Eirik Hoem Date: Wed, 5 Jun 2013 13:16:16 +0200 Subject: [PATCH] DivIcon now extends Icon, which makes constructor in Marker happy --- leaflet/leaflet.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 62dd73be11..a2e3fb09fa 100644 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -1932,7 +1932,7 @@ declare module L { } - export class DivIcon { + export class DivIcon extends Icon{ /** * Creates a div icon instance with the given options. */