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


// this test doesn't specify all the interface members

function Test() {
}

Test.prototype.getInstance = function() {
	return instance;
}

Test.prototype.getProperties = function() {
	return properties;
}