uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/parentchild2.js
author dadubrow
Tue, 27 Apr 2010 13:17:04 -0500
branchRCL_2_4
changeset 1305 68114c404585
parent 0 fb279309251b
permissions -rw-r--r--
bug 11181



function Test() {
}

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

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