On May 12, P T Withington wrote:
[snip]
> Even I don't know (off the top of my head) if args is one of these
> magic 'inherited hashes' where it is linked by __proto__ to init args
> from its superclass.  

It is. In LzNode:
    if ( ! iargs.$hasdefaultattrs ){
        ...

        iargs.__proto__ = this.defaultattrs;
    }

A
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to