[OpenLayers-Commits] r2029 - in trunk/openlayers/lib/OpenLayers: Layer Tile

commits at openlayers.org commits at openlayers.org
Sun Dec 10 19:19:31 EST 2006


Author: euzuro
Date: 2006-12-10 19:19:29 -0500 (Sun, 10 Dec 2006)
New Revision: 2029

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js
   trunk/openlayers/lib/OpenLayers/Tile/WFS.js
Log:
updating jsdoc for parameter type on ajax handlers

Modified: trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js	2006-12-08 15:17:19 UTC (rev 2028)
+++ trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js	2006-12-11 00:19:29 UTC (rev 2029)
@@ -45,7 +45,7 @@
     },
         
     /**
-     * @param {?} ajaxRequest
+     * @param {XMLHttpRequest} ajaxRequest
      */
     parseData: function(ajaxRequest) {
         var doc = ajaxRequest.responseXML;

Modified: trunk/openlayers/lib/OpenLayers/Tile/WFS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/WFS.js	2006-12-08 15:17:19 UTC (rev 2028)
+++ trunk/openlayers/lib/OpenLayers/Tile/WFS.js	2006-12-11 00:19:29 UTC (rev 2029)
@@ -90,7 +90,7 @@
     
     /** Return from AJAX request
     *
-    * @param {} request
+    * @param {XMLHttpRequest} request
     */
     requestSuccess:function(request) {
         var doc = request.responseXML;



More information about the Commits mailing list