3 lines
60 B
Plaintext
Raw Normal View History

2022-08-07 14:14:04 -07:00
function munction(func) {
return method(undefined, func);
}