uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/parentchild.js
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
permissions -rw-r--r--
new



function Test() {
}

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

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