Browse Source

context

es6
guy 4 years ago
parent
commit
073714a33b
  1. 1
      src/core/shortcut.js
  2. 1
      src/core/widget.js

1
src/core/shortcut.js

@ -22,7 +22,6 @@
widget._initProps(config);
widget._initRoot();
widget._initRef();
if (!lazy || config.element || config.root) {
widget._lazyConstructor();
}

1
src/core/widget.js

@ -35,6 +35,7 @@
if (!this._constructed) {
this._constructed = true;
this._init();
this._initRef();
}
},

Loading…
Cancel
Save