uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/base.js
changeset 0 fb279309251b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/base.js	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,13 @@
+counter = 4
+function draw(value)  {
+	//java.lang.System.out.println("counter="+counter);
+	return counter++ * -value;
+	
+}
+function Base() {
+}
+
+Base.prototype.draw = draw
+
+Base.prototype.layout = function(lay) {
+}