Merge pull request #594 from eirikhm/master

Leaflet DivIcon should extend Icon
This commit is contained in:
Boris Yankov
2013-06-06 10:30:56 -07:00

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.
*/