Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 17:46
Show Gist options
  • Save brianaohern/5392c8c2750200c39b14650dfa15ccbc to your computer and use it in GitHub Desktop.
Save brianaohern/5392c8c2750200c39b14650dfa15ccbc to your computer and use it in GitHub Desktop.
om.Campaign.cleanup
document.addEventListener('om.Campaign.cleanup', function(event) {
// This event is passed the Campaign object
console.log(event.detail.Campaign);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment