Hello guys.
I can't find core library agnostic method to listen for DOM ready event. If I use jquery as a core library, of course I can use $(func) or $.ready(func). But I'd like to handle all my stuff via "can" namespece. So expect something like can.ready(func). Do you guys have something similar in CanJS?
Regards,
Igor