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

[CLEANUP beta] Cleanup Ember.set #11761

Merged
merged 1 commit into from Jul 15, 2015
Merged

[CLEANUP beta] Cleanup Ember.set #11761

merged 1 commit into from Jul 15, 2015

Conversation

ghost
Copy link

@ghost ghost commented Jul 15, 2015

Cleaned up Ember.set along the same guidelines as Ember.get (see #11746)

  • Removes support for set with global paths
  • Removes support for set with 'this' paths
  • Removes support for set with null as first parameter
  • Path must be a string
  • Requires set to be passed in three or four arguments

- Removes support for set with global paths
- Removes support for set with 'this' paths
- Removes support for set with null as first parameter
- Path must be a string
- Requires set to be passed in three or four arguments
@stefanpenner
Copy link
Member

LGTM, cc @krisselden

@mmun
Copy link
Member

mmun commented Jul 15, 2015

@stefanpenner kris is 👍, what is up with the 4th argument / tolerant? can we get rid of that? I want to realign with es6 getter/setters.

mmun added a commit that referenced this pull request Jul 15, 2015
@mmun mmun merged commit 0df6ea0 into emberjs:master Jul 15, 2015
@mmun mmun deleted the cleanup-ember-set branch July 15, 2015 21:00
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.

3 participants