removing unneeded arguments from extent.clone
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -32,7 +32,7 @@ OpenLayers.IMAGE_RELOAD_ATTEMPTS = 3;
|
|||||||
|
|
||||||
function init(){
|
function init(){
|
||||||
var maxExtent = new OpenLayers.Bounds(-20037508, -20037508, 20037508, 20037508),
|
var maxExtent = new OpenLayers.Bounds(-20037508, -20037508, 20037508, 20037508),
|
||||||
restrictedExtent = maxExtent.clone(-20037508, -20037508, 20037508, 20037508),
|
restrictedExtent = maxExtent.clone(),
|
||||||
maxResolution = 156543.0339;
|
maxResolution = 156543.0339;
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
|
|||||||
Reference in New Issue
Block a user