Changeset 523
- Timestamp:
- 06/05/06 14:14:30 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Icon.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Icon.js
r454 r523 40 40 41 41 this.imageDiv = OpenLayers.Util.createAlphaImageDiv(); 42 }, 43 44 destroy: function() { 45 this.imageDiv = null; 42 46 }, 43 47
