Skip to content

Instantly share code, notes, and snippets.

@jayd3e
Last active August 29, 2015 14:05
Show Gist options
  • Save jayd3e/a4936f52178388ff1650 to your computer and use it in GitHub Desktop.
Save jayd3e/a4936f52178388ff1650 to your computer and use it in GitHub Desktop.
},
/*
* Tracking
*/
track_download: function() {
mixpanel.track('shit happened', {
'name': 'buzzsaw',
'context': this.options.context
});
},
track_post_delete: function() {
mixpanel.track('more shit');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment