Pastebin
Paste #1997: No description
< previous paste - next paste>
Pasted by chrivers
var Function = function(func) {
func.__call__ = func;
return func;
};
New Paste
Go to most recent paste.
< previous paste - next paste>
var Function = function(func) {
func.__call__ = func;
return func;
};
Go to most recent paste.