Marking the save method on the Save strategy as an API method. This was a clear oversight (not making it an API method).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9253 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-04-09 19:03:07 +00:00
parent d51ea434ca
commit 0c49c8faa0

View File

@@ -117,7 +117,7 @@ OpenLayers.Strategy.Save = OpenLayers.Class(OpenLayers.Strategy, {
},
/**
* Method: save
* APIMethod: save
* Tell the layer protocol to commit unsaved features. If the layer
* projection differs from the map projection, features will be
* transformed into the layer projection before being committed.