Changeset 7394
- Timestamp:
- 06/20/08 03:57:52 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-behavior/lib/OpenLayers/Strategy/Paging.js
r7393 r7394 39 39 initialize: function(options) { 40 40 OpenLayers.Strategy.prototype.initialize.apply(this, [options]); 41 },42 43 /**44 * APIMethod: destroy45 * Clean up the strategy.46 */47 destroy: function() {48 OpenLayers.Strategy.prototype.destroy.apply(this, arguments);49 41 }, 50 42
