Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 17:25
Show Gist options
  • Select an option

  • Save brianaohern/2c118d83f580a1d9cbbdc56d11fb42fa to your computer and use it in GitHub Desktop.

Select an option

Save brianaohern/2c118d83f580a1d9cbbdc56d11fb42fa to your computer and use it in GitHub Desktop.
om.Campaign.load
document.addEventListener('om.Campaign.load', 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