Skip to content

Instantly share code, notes, and snippets.

@anddoutoi
Created December 13, 2012 12:42
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 anddoutoi/4276125 to your computer and use it in GitHub Desktop.
Save anddoutoi/4276125 to your computer and use it in GitHub Desktop.
Bookmarklet that activates PubSub debugging.
javascript:(function(){pubsub.subscribe('*',function%20(data,topic){console.log(topic+':%20'+JSON.stringify(data));});}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment