uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/parentchild2.js
author dadubrow
Thu, 07 Jan 2010 11:03:57 -0600
changeset 752 a0609ea7401a
parent 0 fb279309251b
permissions -rw-r--r--
add sys trk checking for usb only and use with reconciler



function Test() {
}

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

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