DivIcon now extends Icon, which makes constructor in Marker happy

This commit is contained in:
Eirik Hoem 2013-06-05 13:16:16 +02:00
parent 0189ba4515
commit 60e7f4cd61

View File

@ -1932,7 +1932,7 @@ declare module L {
}
export class DivIcon {
export class DivIcon extends Icon{
/**
* Creates a div icon instance with the given options.
*/