Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE ds-extended-errors] fix usage of isEnabled #4288

Merged
merged 1 commit into from
Mar 30, 2016
Merged

[FEATURE ds-extended-errors] fix usage of isEnabled #4288

merged 1 commit into from
Mar 30, 2016

Conversation

pangratz
Copy link
Member

Using isEnabled() not within "if / else if / else" doesn't work since
the statement will not be stripped which results in a call to
isEnabled being present in production code.

Using `isEnabled()` not within "if / else if / else" doesn't work since
the statement will not be stripped. This results in a call to
`isEnabled` being present in production code.
@bmac bmac merged commit c8c0e87 into emberjs:master Mar 30, 2016
@pangratz pangratz deleted the fix-isEnabled-usage branch March 30, 2016 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants