Workaround for IE's retardness (not yet tested).

This commit is contained in:
FrozenCow 2011-02-06 15:09:15 +01:00
parent 6c1a69a517
commit e216235774
2 changed files with 6 additions and 3 deletions

View file

@ -113,4 +113,6 @@ KzedMapType.prototype = $.extend(new DynMapType(), {
}
return tile.get(0);
}
});
});
maptypes.KzedMapType = function(configuration) { return new KzedMapType(configuration); };