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 - +