I couldn't find anything about whether this behaviour is intended, but it certainly feels like a bug to me.
These are the basics:
// assuming the object as at least one `Mixin` or parent
myMethod: function(){RSVP.resolve().then(()=>{this._super.apply(this,arguments);// this._super === ROOT();});this._super.apply(this,arguments);// this._super === superWrapper()}
The text was updated successfully, but these errors were encountered:
dandehavilland
changed the title
`_super` within RSVP callback isn't bound to the correct method.
[BUG] `_super` within RSVP callback isn't bound to the correct method.
Apr 8, 2016
dandehavilland
changed the title
[BUG] `_super` within RSVP callback isn't bound to the correct method.
[BUG] `_super` within RSVP callback doesn't reference the correct method
Apr 8, 2016
I couldn't find anything about whether this behaviour is intended, but it certainly feels like a bug to me.
These are the basics:
Twiddle here
Workaround:
The text was updated successfully, but these errors were encountered: