uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgderived.js
author dadubrow
Thu, 24 Sep 2009 08:11:04 -0500
branchRCL_2_2
changeset 511 b58712054172
parent 0 fb279309251b
permissions -rw-r--r--
fix capitalization


function Derived() {
	Base.apply(this)
}

Derived.prototype = new Base()

Derived.prototype.act = function() {
	return "Derived-Act-"+form + "/" + this.shared()
}