On 2006-09-27, at 10:29 EDT, [EMAIL PROTECTED] wrote:
> + if (typeof(this.__LZreg[group]) != "undefined") {
I think the preferred idiom (now that the compiler supports it) for
this is:
if (group in this.__LZreg) {
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
