From 155d86f0709d72da9413b9688f35fd83920ad3a3 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 5 Mar 2008 15:11:21 +0000 Subject: [PATCH] updated ND comment (see #1417) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6437 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index d062fb7e34..b21f1650b7 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -695,8 +695,8 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { /** * Method: onMapResize - * For singleTile layers, this will replace the tile with the - * a new one with updated tileSize and extent. + * For singleTile layers, this will set a new tile size according to the + * dimensions of the map pane. */ onMapResize: function() { if (this.singleTile) {