luci-base: ui.js: expose UIElement class as AbstractElement

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-12-30 14:03:14 +01:00
parent e38028d9d6
commit 0d0a3f4d0d

View file

@ -2779,6 +2779,8 @@ return L.Class.extend({
}, this.varargs(arguments, 2, ctx));
},
AbstractElement: UIElement,
/* Widgets */
Textfield: UITextfield,
Textarea: UITextarea,