From 8ab6715f83bb17bfedee0825340a2618b6a478c7 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 15 Aug 2006 12:46:45 +0000 Subject: [PATCH] fix more tabs git-svn-id: http://svn.openlayers.org/trunk/openlayers@1214 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WorldWind.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/OpenLayers/Layer/WorldWind.js b/lib/OpenLayers/Layer/WorldWind.js index b6dc73f064..acf786a94e 100644 --- a/lib/OpenLayers/Layer/WorldWind.js +++ b/lib/OpenLayers/Layer/WorldWind.js @@ -75,10 +75,10 @@ OpenLayers.Layer.WorldWind.prototype = var x = Math.floor((bounds.left - extent.left)/deg); var y = Math.floor((bounds.bottom - extent.bottom)/deg); return this.getFullRequestString( - { L: zoom, - X: x, - Y: y - }); + { L: zoom, + X: x, + Y: y + }); },