uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/base.js
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 counter = 4
       
     2 function draw(value)  {
       
     3 	//java.lang.System.out.println("counter="+counter);
       
     4 	return counter++ * -value;
       
     5 	
       
     6 }
       
     7 function Base() {
       
     8 }
       
     9 
       
    10 Base.prototype.draw = draw
       
    11 
       
    12 Base.prototype.layout = function(lay) {
       
    13 }