[From LzNode]

LzNode.prototype.__LZstoreRefs = function ( val , prop ){
     //Debug.write('__LZstoreRefs', this, prop, val);
     for ( var i in val){
         var ref = this[i];
         // if ref is a function, ref == null will be true
         // but !ref will be false
         if (ref == null && !ref) this[i] = null;
     }

     this.__LZstoreAttr( val , prop );
}

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

Reply via email to