updated ND comment (see #1417)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6437 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2008-03-05 15:11:21 +00:00
parent 0a8ffebb85
commit 155d86f070

View File

@@ -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) {