changeset 2 | d760517a8095 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/fail1.js Tue Mar 24 22:20:21 2009 -0500 @@ -0,0 +1,14 @@ + +// this test doesn't specify all the interface members + +function Test() { +} + +Test.prototype.getInstance = function() { + return instance; +} + +Test.prototype.getProperties = function() { + return properties; +} +