uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/fail1.js
author fturovic <frank.turovich@nokia.com>
Wed, 14 Jul 2010 09:40:09 -0500
changeset 1614 b1456c010578
parent 0 fb279309251b
permissions -rw-r--r--
Bug 11636 - fixed broken link to symbian foundation


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

function Test() {
}

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

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