From 0c49c8faa0d6b180e8d62fa3fc25869898200146 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 9 Apr 2009 19:03:07 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Strategy/Save.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Strategy/Save.js b/lib/OpenLayers/Strategy/Save.js index b4b8f3b150..13664c39fa 100644 --- a/lib/OpenLayers/Strategy/Save.js +++ b/lib/OpenLayers/Strategy/Save.js @@ -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.