Hi,

I found some code in data/LzLoader.as that references an undefined variable 
called oproto. Any ideas on what I should do about it?

Thanks!

Phil


             // Do we need to copy attributes list as well?
             // After this works, try bashing the __proto__
             // and see if GC still works.

             var cattrs = node.attributes;

             cattrs.__proto__ = oproto;
             cattrs.constructor = Object;
             ASSetPropFlags(cattrs, ['__proto__', 'constructor'], 1, 7);
          

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

Reply via email to