[osflash] MTASC - new operator and reference returned
Nicolas Cannasse
ncannasse at motion-twin.com
Mon Apr 3 10:32:58 EDT 2006
> authors.push(new com.ts.tungalag.Person().fromXML(node));
Try :
authors.push((new com.ts.tungalag.Person()).fromXML(node));
Nicolas
More information about the osflash
mailing list