uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgderived.js
author fturovic <frank.turovich@nokia.com>
Mon, 01 Feb 2010 14:01:07 -0600
changeset 864 f38db24e5dbf
parent 0 fb279309251b
permissions -rw-r--r--
updated to 3.0 version info


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

Derived.prototype = new Base()

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