Revision: 28433
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 8, 2010 07:59 by cannuk
Initial Code
dojo.connect(dojo, "addOnLoad", null, function() { console.debug(arguments); });
Initial URL
Initial Description
This is fairly helpful. It will output all the methods added to dojo.addOnLoad to the console. You can then inspect them. This comes in handy if you find that things are loading out of order.
Initial Title
View all methods added to dojo.addOnLoad
Initial Tags
Initial Language
JavaScript