diff --git a/js/id/geo/extent.js b/js/id/geo/extent.js index 80bf631c6..85c1a7ee0 100644 --- a/js/id/geo/extent.js +++ b/js/id/geo/extent.js @@ -1,4 +1,4 @@ -iD.geo.Extent = function (min, max) { +iD.geo.Extent = function geoExtent(min, max) { if (!(this instanceof iD.geo.Extent)) return new iD.geo.Extent(min, max); if (min instanceof iD.geo.Extent) { return min;