/ Published in: JavaScript
A quick and easy way to see all topics that are published in the console
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dojo.connect(dojo, "publish", null, function() { console.debug(arguments); });