3 lines
60 B
Plaintext
3 lines
60 B
Plaintext
|
function munction(func) {
|
||
|
return method(undefined, func);
|
||
|
}
|