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
This commit is contained in:
Éric Lemoine
2009-11-25 15:08:02 +00:00
parent 7b9de2be30
commit 5018aaa4ba
+2 -2
View File
@@ -43,7 +43,7 @@ OpenLayers.nullHandler = function(request) {
}; };
/** /**
* APIFunction: loadURL * APIFunction: OpenLayers.loadURL
* Background load a document. For more flexibility in using XMLHttpRequest, * Background load a document. For more flexibility in using XMLHttpRequest,
* see the <OpenLayers.Request> methods. * see the <OpenLayers.Request> methods.
* *
@@ -84,7 +84,7 @@ OpenLayers.loadURL = function(uri, params, caller,
}; };
/** /**
* Function: parseXMLString * Function: OpenLayers.parseXMLString
* Parse XML into a doc structure * Parse XML into a doc structure
* *
* Parameters: * Parameters: