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:
@@ -45,7 +45,7 @@ OpenLayers.Layer.GeoRSS.prototype =
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {?} ajaxRequest
|
||||
* @param {XMLHttpRequest} ajaxRequest
|
||||
*/
|
||||
parseData: function(ajaxRequest) {
|
||||
var doc = ajaxRequest.responseXML;
|
||||
|
||||
@@ -90,7 +90,7 @@ OpenLayers.Tile.WFS.prototype =
|
||||
|
||||
/** Return from AJAX request
|
||||
*
|
||||
* @param {} request
|
||||
* @param {XMLHttpRequest} request
|
||||
*/
|
||||
requestSuccess:function(request) {
|
||||
var doc = request.responseXML;
|
||||
|
||||
Reference in New Issue
Block a user