Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Use this._super.included.call(this, target) in included function. #97

Merged
merged 1 commit into from
Jan 7, 2016
Merged

Use this._super.included.call(this, target) in included function. #97

merged 1 commit into from
Jan 7, 2016

Conversation

mkempe
Copy link
Contributor

@mkempe mkempe commented Jan 7, 2016

Hey there,

as discussed with @rwjblue at ember-cli/ember-cli-mocha#95, use this._super.included.call(this, target) instead of this._super.included(target) in included function.

rwjblue added a commit that referenced this pull request Jan 7, 2016
Use `this._super.included.call(this, target)` in `included` function.
@rwjblue rwjblue merged commit ad0b572 into ember-cli:master Jan 7, 2016
@rwjblue
Copy link
Member

rwjblue commented Jan 7, 2016

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants