luci-base: ui.js: expose UIElement class as AbstractElement
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 0d0a3f4d0d
)
This commit is contained in:
parent
204dad502b
commit
bb07c50f5e
1 changed files with 2 additions and 0 deletions
|
@ -2779,6 +2779,8 @@ return L.Class.extend({
|
|||
}, this.varargs(arguments, 2, ctx));
|
||||
},
|
||||
|
||||
AbstractElement: UIElement,
|
||||
|
||||
/* Widgets */
|
||||
Textfield: UITextfield,
|
||||
Textarea: UITextarea,
|
||||
|
|
Loading…
Reference in a new issue