fix namespace for naturaldocs

This commit is contained in:
fredj
2011-11-15 16:38:31 +01:00
parent dd6b54e622
commit 0307bb481c

View File

@@ -64,6 +64,10 @@ OpenLayers.Class.inherit = function (P) {
return C.prototype;
};
/**
* Namespace: OpenLayers.Util
*/
/**
* Function: clearArray
* *Deprecated*. This function will disappear in 3.0.
@@ -139,6 +143,10 @@ OpenLayers.Util.getArgs = function(url) {
return OpenLayers.Util.getParameters(url);
};
/**
* Namespace: OpenLayers.Ajax
*/
/**
* Function: OpenLayers.nullHandler
* @param {} request
@@ -230,10 +238,6 @@ OpenLayers.parseXMLString = function(text) {
return ajaxResponse;
};
/**
* Namespace: OpenLayers.Ajax
*/
OpenLayers.Ajax = {
/**