From 5018aaa4ba39e0d4c11221222afa686722c5f779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 25 Nov 2009 15:08:02 +0000 Subject: [PATCH] provide full names of loadURL and parseXMLString in the API docs, no functional change, thanks David Potts for spotting this git-svn-id: http://svn.openlayers.org/trunk/openlayers@9843 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Ajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Ajax.js b/lib/OpenLayers/Ajax.js index 407a6d0cfa..4f3935808f 100644 --- a/lib/OpenLayers/Ajax.js +++ b/lib/OpenLayers/Ajax.js @@ -43,7 +43,7 @@ OpenLayers.nullHandler = function(request) { }; /** - * APIFunction: loadURL + * APIFunction: OpenLayers.loadURL * Background load a document. For more flexibility in using XMLHttpRequest, * see the methods. * @@ -84,7 +84,7 @@ OpenLayers.loadURL = function(uri, params, caller, }; /** - * Function: parseXMLString + * Function: OpenLayers.parseXMLString * Parse XML into a doc structure * * Parameters: