Changeset 2905
- Timestamp:
- 03/27/07 18:12:28 (2 years 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
r2237 r2905 379 379 row[iCol].destroy(); 380 380 } 381 } 381 382 this.grid = []; 382 }383 383 } 384 384 },
