See all topics published in Dojo


/ Published in: JavaScript
Save to your folder(s)

A quick and easy way to see all topics that are published in the console


Copy this code and paste it in your HTML
  1. dojo.connect(dojo, "publish", null, function() { console.debug(arguments); });

Report this snippet


Comments


You need to login to view comments.