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 beta] Assert key in Ember.get is not empty #14575

Merged
merged 1 commit into from
Nov 4, 2016

Conversation

Serabe
Copy link
Member

@Serabe Serabe commented Nov 4, 2016

This adds an assertion to let the user know when they are using an empty
string as key for Ember.get.

Addresses this comment in #14572

This adds an assertion to let the user know when they are using an empty
string as the key in `Ember.get`.

Addresses [this
comment](emberjs#14572 (comment)) in emberjs#14572
@Serabe Serabe force-pushed the feature/assert-key-not-empty branch from f26c32e to d03ff1f Compare November 4, 2016 00:46
@Serabe Serabe changed the title [FEATURE beta] Assert key in Ember.get is not empty if '' not `in [FEATURE beta] Assert key in Ember.get is not empty Nov 4, 2016
Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for following up on that comment!

@rwjblue rwjblue merged commit 43daba2 into emberjs:master Nov 4, 2016
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.

2 participants