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