func.js 122 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 define("func", function(){ return function(){ return "You called a function"; }; } );