uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/base.js
author fturovic <frank.turovich@nokia.com>
Mon, 22 Jun 2009 14:18:24 -0500
changeset 284 43ba1beba007
parent 0 fb279309251b
permissions -rw-r--r--
Updated web resource links to point to SFO now

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