diff --git a/src/core/3.ob.js b/src/core/3.ob.js index 2921d5c89..455b11871 100644 --- a/src/core/3.ob.js +++ b/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); } },