Changeset 7144
- Timestamp:
- 05/13/08 02:09:37 (3 months ago)
- Files:
-
- sandbox/vector-behavior/lib/OpenLayers/Protocol.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-behavior/lib/OpenLayers/Protocol.js
r7078 r7144 94 94 /** 95 95 * Method: commit 96 * Go over the features in the layerand for each take action96 * Go over the features and for each take action 97 97 * based on the feature state. Possible actions are create, 98 98 * update and delete. 99 99 * 100 100 * Parameters: 101 * layer - {<OpenLayers.Layer.Vector>}101 * features - {Array({<OpenLayers.Feature.Vector>})} 102 102 * options - {Object} Map of options, the keys of the map are 103 103 * 'create', 'update', and 'delete'
