Workaround for IE's retardness (not yet tested).
This commit is contained in:
parent
6c1a69a517
commit
e216235774
2 changed files with 6 additions and 3 deletions
|
|
@ -113,4 +113,6 @@ KzedMapType.prototype = $.extend(new DynMapType(), {
|
|||
}
|
||||
return tile.get(0);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
maptypes.KzedMapType = function(configuration) { return new KzedMapType(configuration); };
|
||||
Loading…
Add table
Add a link
Reference in a new issue