From b262f2fb710e4184ed0c743f5491c28f38f6da73 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 9 Aug 2006 04:41:21 +0000 Subject: [PATCH] hack hack hack git-svn-id: http://svn.openlayers.org/trunk/openlayers@1146 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 52de570d15..0eee16e368 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -139,7 +139,7 @@ OpenLayers.Layer.Grid.prototype = if (bounds != null) { if (!this.getVisibility()) { if (zoomChanged) { - // FIX ME FIX ME FIX ME -- should be this.hideGrid() basically + // HACK HACK HACK -- should be this.hideGrid() basically } } else if (!this.grid.length || zoomChanged || !this.getGridBounds().containsBounds(bounds, true)) {