Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base

irt.org | About | Feedback | 1509 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base

Sent by
Laurie Cooper on July 20, 2000 at 10:21:59:

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
In Q869, the cloneObject function needs to be corrected as follows:

function cloneObject(what)
{
for (i in what)
{
if (typeof what[i] == 'object')
this[i] = new cloneObject(what[i]);
else
this[i] = what[i];
}
}



Other feedback on 'irt.org FAQ Knowledge Base' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.