Mark loadURL as an API function, since we treat it as one.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8178 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-10-23 14:49:33 +00:00
parent bc503a4e55
commit 58fc08d574

View File

@@ -42,7 +42,7 @@ OpenLayers.nullHandler = function(request) {
};
/**
* Function: loadURL
* APIFunction: loadURL
* Background load a document. For more flexibility in using XMLHttpRequest,
* see the <OpenLayers.Request> methods.
*