Browse Source

Pull request #2156: 无JIAR任务 整理代码

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '138801071c0918fd615df04336d7b607022f569c':
  整理代码
es6
guy 3 years ago
parent
commit
90e6463892
  1. 2
      src/core/3.ob.js

2
src/core/3.ob.js

@ -76,7 +76,7 @@
this.options.__ref.call(this, this.$delegate || this);
}
if (this.options.ref) {
this.options.ref.call(this);
this.options.ref.call(this, this.$delegate || this);
}
},

Loading…
Cancel
Save