Update nuclear.js

This commit is contained in:
dntzhang 2016-11-22 15:56:58 +08:00 committed by GitHub
parent ac2d447aba
commit 91ea35c4ff
1 changed files with 1 additions and 1 deletions

View File

@ -9,10 +9,10 @@
Nuclear._mixObj = function (obj) {
obj.ctor = function (option, selector, increment) {
this.pureOption = Nuclear.clone(option);
if (this.install) {
this.install();
}
this.pureOption = Nuclear.clone(option);
this._nuclearTwoWay = true;
this._nuclearDiffDom = true;
this._nuclearIncrement = increment;