Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Last active August 29, 2015 14:11
Show Gist options
  • Save thenickcox/9b2af66dfb4aba42f8b9 to your computer and use it in GitHub Desktop.
Save thenickcox/9b2af66dfb4aba42f8b9 to your computer and use it in GitHub Desktop.
var album = App.albums.findWhere({ title: 'A Love Supreme' });
console.log(album.get('featured'));
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment