luci/modules/luci-base/htdocs/luci-static/resources
Jo-Philipp Wich 711f759278 luci-base: harmonize JS class naming and requesting
- Make builtin classes available via `require` to allow view code to
   request external and internal classes in a consistent manner without
   having to know which classes are builtin and which not

 - Make base classes request any used class explicitely instead of
   relying on implicitly set up L.{dom,view,Poll,Request,Class} aliases

 - Consistently convert class names to lower case in JSdoc to match
   the names used in `require` statements

 - Deprecate L.{dom,view,Poll,Request,Class} aliases

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-02 21:51:20 +02:00
..
cbi resources/icons: Use gifsicle to save a few bytes. 2015-10-09 16:00:57 -07:00
icons luci-base: remove unused icons 2018-07-17 16:19:00 +02:00
protocol luci-base: fix typos 2019-12-17 11:41:00 +01:00
tools luci-base: widgets.js: add user and group select 2019-10-11 01:05:08 +08:00
cbi.js luci-base: cbi.js: avoid double-initialization of dropdowns 2020-02-14 08:43:28 +01:00
firewall.js luci-base: firewall.js: fix Firewall.removeZone() 2020-03-26 19:12:38 +01:00
form.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
fs.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
luci.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
network.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
promis.min.js luci-base: add ES6 Promise polyfill for IE < Edge 2019-07-07 15:25:49 +02:00
rpc.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
uci.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
ui.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
validation.js luci-base: harmonize JS class naming and requesting 2020-04-02 21:51:20 +02:00
xhr.js luci-base: luci.js: add HTTP request functions 2019-07-07 15:25:49 +02:00