uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgbase.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 Base() {

}

Base.prototype = new Object()

Base.prototype.shared = function() {
	return "Base-Shared-"+form;
}

Base.prototype.act = function() {
	return "Base-Act-"+form;
}