4 lines
67 B
JavaScript
Vendored
4 lines
67 B
JavaScript
Vendored
function run(arg0, arg1, funRef) {
|
|
return funRef(arg0, arg1)
|
|
}
|