[OpenLayers-Commits] r2030 - trunk/openlayers/lib/OpenLayers/Layer

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


Author: euzuro
Date: 2006-12-10 19:20:26 -0500 (Sun, 10 Dec 2006)
New Revision: 2030

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/Text.js
Log:
updating jsdoc for parameter type on one more ajax handler

Modified: trunk/openlayers/lib/OpenLayers/Layer/Text.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Text.js	2006-12-11 00:19:29 UTC (rev 2029)
+++ trunk/openlayers/lib/OpenLayers/Layer/Text.js	2006-12-11 00:20:26 UTC (rev 2030)
@@ -49,7 +49,7 @@
     
     
     /**
-     * @param {?} ajaxRequest
+     * @param {XMLHttpRequest} ajaxRequest
      */
     parseData: function(ajaxRequest) {
         var text = ajaxRequest.responseText;



More information about the Commits mailing list