updating jsdoc for parameter type on ajax handlers

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2029 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-12-11 00:19:29 +00:00
parent 2467940cd3
commit cc3a4c113b
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ OpenLayers.Layer.GeoRSS.prototype =
},
/**
* @param {?} ajaxRequest
* @param {XMLHttpRequest} ajaxRequest
*/
parseData: function(ajaxRequest) {
var doc = ajaxRequest.responseXML;