Skip to content

Instantly share code, notes, and snippets.

@westonruter
Created April 28, 2014 19:08
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 westonruter/11381204 to your computer and use it in GitHub Desktop.
Save westonruter/11381204 to your computer and use it in GitHub Desktop.
BDM.trigger = (function(){ var old_trigger = BDM.trigger; return function(){ console.info( 'Called BDM.trigger with arguments', arguments ); return old_trigger.apply( BDM, arguments ) }; }())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment