Skip to content

Instantly share code, notes, and snippets.

@alexissmirnov
Created July 18, 2011 21:47
Show Gist options
  • Save alexissmirnov/1090750 to your computer and use it in GitHub Desktop.
Save alexissmirnov/1090750 to your computer and use it in GitHub Desktop.
onClickSendMessageToFavoriteContacts: function() {
var favoriteContacts = App.store.find(App.favoriteContactsQuery);
favoriteContacts.forEach(function(contact) {
App.sendSomeMessage(contact);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment