From 9783a64c64827f0cc514e71345990822e9ab0c45 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 20 Jul 2006 13:47:55 +0000 Subject: [PATCH] update comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@985 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Ajax.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Ajax.js b/lib/OpenLayers/Ajax.js index e17333d8d3..94e33b9188 100644 --- a/lib/OpenLayers/Ajax.js +++ b/lib/OpenLayers/Ajax.js @@ -107,7 +107,9 @@ OpenLayers.parseXMLString = function(text) { return ajaxResponse; }; -/** +/** Adds a new script element to the head of the current document, + * whose src is set to the url passed-in. + * * @param {String} url */ OpenLayers.addScript = function(url) {