[OpenLayers-Commits] r12272 - trunk/openlayers/lib/OpenLayers/Protocol

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Aug 24 10:24:00 EDT 2011


Author: fredj
Date: 2011-08-24 07:23:59 -0700 (Wed, 24 Aug 2011)
New Revision: 12272

Modified:
   trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js
Log:
fixing error in comments. Non-functional change (see #3163)

Modified: trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js	2011-08-24 13:12:57 UTC (rev 12271)
+++ trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js	2011-08-24 14:23:59 UTC (rev 12272)
@@ -141,7 +141,7 @@
      * Optional method to translate an <OpenLayers.Filter> object into an object
      *     that can be serialized as request query string provided.  If a custom
      *     method is not provided, the filter will be serialized using the 
-     *     <OpenLayers.Protocol.simpleFilterSerializer> method.
+     *     <OpenLayers.Format.QueryStringFilter> class.
      *
      * Parameters:
      * filter - {<OpenLayers.Filter>} filter to convert.



More information about the Commits mailing list