uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/parentchild.js
author fturovic <frank.turovich@nokia.com>
Thu, 17 Sep 2009 11:37:21 -0500
branchRCL_2_2
changeset 495 63db5d4b4620
parent 0 fb279309251b
permissions -rw-r--r--
minor correction to image



function Test() {
}

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

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