uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/fail1.js
author dadubrow
Tue, 27 Apr 2010 13:17:04 -0500
branchRCL_2_4
changeset 1305 68114c404585
parent 0 fb279309251b
permissions -rw-r--r--
bug 11181


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

function Test() {
}

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

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