mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-28 08:23:46 +00:00
fix for the failures under safari/webkit
This commit is contained in:
@@ -11,7 +11,7 @@ iD.geo.Extent = function geoExtent(min, max) {
|
||||
}
|
||||
};
|
||||
|
||||
iD.geo.Extent.prototype = [[], []];
|
||||
iD.geo.Extent.prototype = new Array(2);
|
||||
|
||||
_.extend(iD.geo.Extent.prototype, {
|
||||
extend: function(obj) {
|
||||
|
||||
Reference in New Issue
Block a user