Skip to content

Instantly share code, notes, and snippets.

@jhit
Created April 30, 2018 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhit/b607b0a6c9dda710ca7e459b3a0bb605 to your computer and use it in GitHub Desktop.
Save jhit/b607b0a6c9dda710ca7e459b3a0bb605 to your computer and use it in GitHub Desktop.
const orgTrigger = document.trigger;
document.trigger = function(eventName, ...args){
console.log(eventName, args);
orgTrigger(eventName, ...args);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment