From 07d5822995e69edd564a3246832f1c74e99465ff Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 1 Mar 2011 13:51:07 +0000 Subject: [PATCH] removing unneeded arguments from extent.clone git-svn-id: http://svn.openlayers.org/trunk/openlayers@11597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/spherical-mercator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spherical-mercator.html b/examples/spherical-mercator.html index 102442815f..040f56da54 100644 --- a/examples/spherical-mercator.html +++ b/examples/spherical-mercator.html @@ -32,7 +32,7 @@ OpenLayers.IMAGE_RELOAD_ATTEMPTS = 3; function init(){ var maxExtent = new OpenLayers.Bounds(-20037508, -20037508, 20037508, 20037508), - restrictedExtent = maxExtent.clone(-20037508, -20037508, 20037508, 20037508), + restrictedExtent = maxExtent.clone(), maxResolution = 156543.0339; var options = {