Changeset 574
- Timestamp:
- 06/12/06 11:06:12 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/WFS.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/WFS.js
r515 r574 46 46 } 47 47 }, 48 49 /** 50 * 51 */ 52 destroy: function() { 53 OpenLayers.Layer.Grid.prototype.destroy.apply(this, arguments); 54 OpenLayers.Layer.Markers.prototype.destroy.apply(this, arguments); 55 }, 48 56 49 57 /**
