Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 17:21
Show Gist options
  • Save brianaohern/dcab83cb09294a608651618179013b7e to your computer and use it in GitHub Desktop.
Save brianaohern/dcab83cb09294a608651618179013b7e to your computer and use it in GitHub Desktop.
om.Campaign.canLoad
document.addEventListener('om.Campaign.canLoad', 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