uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/base.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

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