Changeset 341
- Timestamp:
- 05/24/06 20:39:44 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Popup/Anchored.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup/Anchored.js
r340 r341 32 32 33 33 }, 34 35 /**36 */37 destroy: function() {38 OpenLayers.Popup.prototype.destroy.apply(this, arguments);39 },40 41 34 42 35 /**
