uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgbase.js
author fturovic <frank.turovich@nokia.com>
Mon, 13 Jul 2009 14:16:23 -0500
changeset 364 d4bc15911a2c
parent 0 fb279309251b
permissions -rw-r--r--
updated bug fixes for final 2.1


function Base() {

}

Base.prototype = new Object()

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

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