uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/testinclude2.js
changeset 2 d760517a8095
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 
       
     2 include("lib/libraryincl.js")
       
     3 
       
     4 function Test() {
       
     5 }
       
     6 
       
     7 Test.prototype.getGlobal = function() {
       
     8 	return libfunc();
       
     9 }
       
    10