uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/twice.js
author dadubrow
Thu, 07 Jan 2010 11:03:57 -0600
changeset 752 a0609ea7401a
parent 0 fb279309251b
permissions -rw-r--r--
add sys trk checking for usb only and use with reconciler


var gCounter = 23

function Base() {
	this.counter = gCounter
	gCounter *= 2
}

Base.prototype.fiddle = function() { return this.counter; }
Base.prototype.faddle = function() { return this.counter; }