Changeset 6178
- Timestamp:
- 02/09/08 15:33:47 (10 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Grid.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Grid.js
r6168 r6178 668 668 */ 669 669 onMapResize: function() { 670 if (this.singleTile) {671 this.clearGrid();672 this.setTileSize();673 }670 if (this.singleTile) { 671 this.clearGrid(); 672 this.setTileSize(); 673 } 674 674 }, 675 675
