uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgbase.js
changeset 0 fb279309251b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgbase.js	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,16 @@
+
+function Base() {
+
+}
+
+Base.prototype = new Object()
+
+Base.prototype.shared = function() {
+	return "Base-Shared-"+form;
+}
+
+Base.prototype.act = function() {
+	return "Base-Act-"+form;
+}
+
+