thinkjs/test/b.js
2013-10-09 11:09:10 +08:00

8 lines
134 B
JavaScript

var value = 1;
exports.value = function(){
console.log(fn)
return value;
};
exports.change = function(val){
value = val;
}