uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/parentchild2.js
author fturovic <frank.turovich@nokia.com>
Mon, 22 Jun 2009 14:18:24 -0500
changeset 284 43ba1beba007
parent 0 fb279309251b
permissions -rw-r--r--
Updated web resource links to point to SFO now



function Test() {
}

Test.prototype.getParent = function() {
	return instance.parent;
}

Test.prototype.getChild0 = function() {
	return instance.children[0];
}