Created
July 11, 2018 17:45
-
-
Save brianaohern/d220bbb171e5b68bee0549a3c98262ee to your computer and use it in GitHub Desktop.
om.Campaign.afterClose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.addEventListener('om.Campaign.afterClose', 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