Changeset 3026
- Timestamp:
- 04/05/07 23:30:31 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Marker/Box.js (modified) (1 diff)
- trunk/openlayers/tests/Marker/test_Box.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Marker/Box.js
r2130 r3026 32 32 this.events = new OpenLayers.Events(this, this.div, null); 33 33 this.setBorder(borderColor, borderWidth); 34 }, 35 36 /** 37 * 38 */ 39 destroy: function() { 40 41 this.bounds = null; 42 this.div = null; 43 44 OpenLayers.Marker.prototype.destroy.apply(this, arguments); 34 45 }, 35 46 trunk/openlayers/tests/list-tests.html
r2942 r3026 21 21 <li>test_Icon.html</li> 22 22 <li>test_Marker.html</li> 23 <li>Marker/test_Box.html</li> 23 24 <li>test_Popup.html</li> 24 25 <li>test_Feature.html</li>
