When I make important fixes to control.js I'll send email to the
group.
Revision 11 fixes Issue #4
<http://code.google.com/p/controljs/issues/detail?id=4> where
ControlJS wouldn't process the scripts because it set the window
onload handler AFTER window onload had fired. Now it checks if
document.readyState === "complete" and, if so, processes the scripts
immediately.
Please update your version of
control.js
from trunk to get this fix. (You should not hotlink to the
trunk version - it only caches for 3 minutes.)
-Steve