Skip to content

Instantly share code, notes, and snippets.

@ksol
Created January 12, 2015 09:28
Show Gist options
  • Select an option

  • Save ksol/2f06ea681623eba322e7 to your computer and use it in GitHub Desktop.

Select an option

Save ksol/2f06ea681623eba322e7 to your computer and use it in GitHub Desktop.
Ember.get({foo: {bar: 'hello'}}, 'foo.bar')
// <- "hello"
Ember.get({foo: {bar: 'hello'}}, 'nonexistent')
// <- undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment