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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user