From 96fa48faad14b9cb77efd8c379bc40280837658c Mon Sep 17 00:00:00 2001 From: Guillaume Carbonneau Date: Wed, 8 Oct 2014 12:03:22 -0400 Subject: [PATCH] fix for the failures under safari/webkit --- js/id/geo/extent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/geo/extent.js b/js/id/geo/extent.js index 8548fbff4..2b3813293 100644 --- a/js/id/geo/extent.js +++ b/js/id/geo/extent.js @@ -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) {