Skip to content

Instantly share code, notes, and snippets.

@theotherzach
Created August 12, 2013 02:20
Show Gist options
  • Save theotherzach/6207849 to your computer and use it in GitHub Desktop.
Save theotherzach/6207849 to your computer and use it in GitHub Desktop.
parse: function(response){
return response.notifications.map(function(e) {
return e.notification;
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment