uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/testinclude.js
author dadubrow
Thu, 11 Feb 2010 11:50:24 -0600
changeset 935 3d8a32343ccb
parent 0 fb279309251b
permissions -rw-r--r--
fix potential ConcurrentModificationException


include("library.js")

function Test() {
}

Test.prototype.getGlobal = function() {
	return libfunc();
}