OpenLayers OpenLayers

Changeset 7144

Show
Ignore:
Timestamp:
05/13/08 02:09:37 (3 months ago)
Author:
fredj
Message:

Fix ND comment. No functional changes

Files:

Legend:

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

    r7078 r7144  
    9494    /** 
    9595     * Method: commit 
    96      * Go over the features in the layer and for each take action 
     96     * Go over the features and for each take action 
    9797     * based on the feature state. Possible actions are create, 
    9898     * update and delete. 
    9999     * 
    100100     * Parameters: 
    101      * layer - {<OpenLayers.Layer.Vector>
     101     * features - {Array({<OpenLayers.Feature.Vector>})
    102102     * options - {Object} Map of options, the keys of the map are 
    103103     *           'create', 'update', and 'delete'