mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-base: fix front matter for luci-base classes
Linking the namespaces provides hierarchy which satisfies various errors and warnings, but hides the front matter for the classes for some reason. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -4,15 +4,6 @@
|
||||
'require tools.prng as random';
|
||||
|
||||
|
||||
/**
|
||||
* @namespace LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* @namespace LuCI.firewall
|
||||
* @memberof LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* Load the firewall configuration.
|
||||
* @returns {Promise}
|
||||
|
||||
@@ -190,11 +190,6 @@ const CBIJSONConfig = baseclass.extend({
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* @namespace LuCI.form
|
||||
* @memberof LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class AbstractElement
|
||||
* @memberof LuCI.form
|
||||
|
||||
@@ -3,11 +3,6 @@
|
||||
'require request';
|
||||
'require baseclass';
|
||||
|
||||
/**
|
||||
* @namespace LuCI.fs
|
||||
* @memberof LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} FileStatEntry
|
||||
* @memberof LuCI.fs
|
||||
|
||||
@@ -642,11 +642,6 @@ function enumerateNetworks() {
|
||||
|
||||
let Hosts, Network, Protocol, Device, WifiDevice, WifiNetwork, WifiVlan;
|
||||
|
||||
/**
|
||||
* @namespace LuCI.network
|
||||
* @memberof LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class network
|
||||
* @memberof LuCI
|
||||
|
||||
@@ -7,11 +7,6 @@ let rpcSessionID = L.env.sessionid ?? '00000000000000000000000000000000';
|
||||
let rpcBaseURL = L.url('admin/ubus');
|
||||
const rpcInterceptorFns = [];
|
||||
|
||||
/**
|
||||
* @namespace LuCI.rpc
|
||||
* @memberof LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class rpc
|
||||
* @memberof LuCI
|
||||
|
||||
@@ -16,11 +16,6 @@ function isEmpty(object, ignore) {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @namespace LuCI.uci
|
||||
* @memberof LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class uci
|
||||
* @memberof LuCI
|
||||
|
||||
@@ -14,11 +14,6 @@ let tooltipDiv = null;
|
||||
let indicatorDiv = null;
|
||||
let tooltipTimeout = null;
|
||||
|
||||
/**
|
||||
* @namespace LuCI.ui
|
||||
* @memberof LuCI
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class AbstractElement
|
||||
* @memberof LuCI.ui
|
||||
|
||||
Reference in New Issue
Block a user