thats true. but for anyone who doesn't know why they're specifically using
the load event should use the domready event.

On Tue, Oct 12, 2010 at 12:23 AM, Sanford Whiteman <
[email protected]> wrote:

> > $('document').addEvent('domready', function() {
> >     //code here...
> > });
>
> domready !== load
>
> Equivalent in Moo is
>
>    window.addEvent('load', …
>
> -- Sandy
>
>
>

Reply via email to