Browse Source

整理代码

es6
guy 3 years ago
parent
commit
12358ca88d
  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