uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/parentchild_params.js
author Ken Ryall
Tue, 13 Apr 2010 15:27:45 -0600
changeset 1208 54c7e69fdb2c
parent 0 fb279309251b
permissions -rw-r--r--
Make EDC the default launcher for TRK launch configuration types.



function Test() {
}

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

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

Test.prototype.getChild1 = function(kids) {
	return kids[0];
}