utils.js 125 Bytes BlameHistoryPermalink Edit 1 2 3 4 var scope = function(target, func) { return function(){ return func.apply(target, arguments); } } exports.scope = scope;