Skip to content

Instantly share code, notes, and snippets.

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