From 913e040fd615489352d190d2cdb94a3d6f5b4e59 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 29 Mar 2007 07:09:48 +0000 Subject: [PATCH] guess i missed a few in r2920 git-svn-id: http://svn.openlayers.org/trunk/openlayers@2921 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/MapServer/Untiled.js | 2 +- tests/Layer/test_MapServer.html | 23 ++++------------------- tests/Layer/test_MapServer_Untiled.html | 18 +++++++++--------- 3 files changed, 14 insertions(+), 29 deletions(-) diff --git a/lib/OpenLayers/Layer/MapServer/Untiled.js b/lib/OpenLayers/Layer/MapServer/Untiled.js index 094b9bfd9d..1d43ee4573 100644 --- a/lib/OpenLayers/Layer/MapServer/Untiled.js +++ b/lib/OpenLayers/Layer/MapServer/Untiled.js @@ -131,7 +131,7 @@ OpenLayers.Layer.MapServer.Untiled.prototype = //clear out the old tile if (this.tile) { - this.tile.clear(); + this.tile.clear(); } //determine new tile bounds diff --git a/tests/Layer/test_MapServer.html b/tests/Layer/test_MapServer.html index 7f5b6e084d..259961d83c 100644 --- a/tests/Layer/test_MapServer.html +++ b/tests/Layer/test_MapServer.html @@ -1,7 +1,7 @@ Z - +