Changeset 17
- Timestamp:
- 05/12/06 18:38:33 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Map.js
r9 r17 95 95 } 96 96 this.layers = null; 97 for(var i=0; i< this.controls.length; i++) { 98 this.controls[i].destroy(); 99 } 100 this.controls = null; 97 101 }, 98 102
