Skip to content

Instantly share code, notes, and snippets.

@ColinCampbell
Created May 17, 2010 21:22
Show Gist options
  • Save ColinCampbell/404244 to your computer and use it in GitHub Desktop.
Save ColinCampbell/404244 to your computer and use it in GitHub Desktop.
collectionViewShouldSelectIndexes: function(view, indexes) {
return indexes.filter(function(index) {
return view.get('content').objectAt(index).get('isFoo');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment