test/script/basic/moduleload.js.EXPECTED

Mon, 07 Dec 2015 13:15:47 -0800

author
asaha
date
Mon, 07 Dec 2015 13:15:47 -0800
changeset 1702
b779108a142b
parent 0
b1a7da25b547
permissions
-rw-r--r--

Merge

     1 function (exports) {
     2   exports.func = function() {
     3      print("module.func called");
     4   }
     5 }
     6 module.func called

mercurial