mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 23:18:21 +00:00
docs
This commit is contained in:
@@ -12,13 +12,11 @@ export default IUI.module(class App extends IUIElement {
|
||||
}
|
||||
|
||||
created() {
|
||||
this.updateBindings();
|
||||
IUI.bind(this, this, "/");
|
||||
//IUIElement._make_bindings(this);
|
||||
this.render();
|
||||
this._emit("load", { app: this });
|
||||
|
||||
this.loaded = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user