OpenLayers OpenLayers

Changeset 7394

Show
Ignore:
Timestamp:
06/20/08 03:57:52 (5 months ago)
Author:
tschaub
Message:

No need to waste bytes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector-behavior/lib/OpenLayers/Strategy/Paging.js

    r7393 r7394  
    3939    initialize: function(options) { 
    4040        OpenLayers.Strategy.prototype.initialize.apply(this, [options]); 
    41     }, 
    42      
    43     /** 
    44      * APIMethod: destroy 
    45      * Clean up the strategy. 
    46      */ 
    47     destroy: function() { 
    48         OpenLayers.Strategy.prototype.destroy.apply(this, arguments); 
    4941    }, 
    5042