OpenLayers OpenLayers

Changeset 7146

Show
Ignore:
Timestamp:
05/13/08 03:27:33 (2 months ago)
Author:
fredj
Message:

Fix ND comment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/camptocamp/unhcr/lib/OpenLayers/Protocol.js

    r7078 r7146  
    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'