Changeset 1616
- Timestamp:
- 10/05/06 17:04: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
r1596 r1616 70 70 } 71 71 72 // we do not want to copy reference to grid . that should stay at null73 obj.grid = n ull;72 // we do not want to copy reference to grid, so we make a new array 73 obj.grid = new Array(); 74 74 75 75 return obj;
