Skip to content
Commit 711f7592 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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: default avatarJo-Philipp Wich <jo@mein.io>
parent 994e1f38
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment