Created
December 13, 2012 12:42
-
-
Save anddoutoi/4276125 to your computer and use it in GitHub Desktop.
Bookmarklet that activates PubSub debugging.
This file contains 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
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