From ba89ea595e90a68cb266a442c71f0e15bbb2fedb Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 11 Dec 2006 00:20:26 +0000 Subject: [PATCH] updating jsdoc for parameter type on one more ajax handler git-svn-id: http://svn.openlayers.org/trunk/openlayers@2030 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Text.js b/lib/OpenLayers/Layer/Text.js index 6a4ed8eb61..de0a3e1b1f 100644 --- a/lib/OpenLayers/Layer/Text.js +++ b/lib/OpenLayers/Layer/Text.js @@ -49,7 +49,7 @@ OpenLayers.Layer.Text.prototype = /** - * @param {?} ajaxRequest + * @param {XMLHttpRequest} ajaxRequest */ parseData: function(ajaxRequest) { var text = ajaxRequest.responseText;