uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/base.js
author Ken Ryall
Tue, 13 Apr 2010 15:27:45 -0600
changeset 1208 54c7e69fdb2c
parent 0 fb279309251b
permissions -rw-r--r--
Make EDC the default launcher for TRK launch configuration types.

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) {
}