[OpenLayers-Commits] r11022 - sandbox/tschaub/xdomain/lib/OpenLayers/Protocol

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Jan 10 08:55:55 EST 2011


Author: pgiraud
Date: 2011-01-10 05:55:54 -0800 (Mon, 10 Jan 2011)
New Revision: 11022

Modified:
   sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/Script.js
Log:
Typos in the requires section and in a method doc

Modified: sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/Script.js
===================================================================
--- sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/Script.js	2011-01-09 22:38:40 UTC (rev 11021)
+++ sandbox/tschaub/xdomain/lib/OpenLayers/Protocol/Script.js	2011-01-10 13:55:54 UTC (rev 11022)
@@ -5,7 +5,7 @@
 
 /**
  * @requires OpenLayers/Protocol.js
- * @requires OpenLayers/Protocol/Script.js
+ * @requires OpenLayers/Protocol/HTTP.js
  * @requires OpenLayers/Feature/Vector.js
  * @requires OpenLayers/Format/GeoJSON.js
  */
@@ -133,7 +133,7 @@
      * {<OpenLayers.Protocol.Response>} A response object, whose "priv" property
      *     references the injected script.  This object is also passed to the
      *     callback function when the request completes, its "features" property
-     *     is then populated with the the features received from the server.
+     *     is then populated with the features received from the server.
      */
     read: function(options) {
         OpenLayers.Protocol.prototype.read.apply(this, arguments);



More information about the Commits mailing list