6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
"use strict";
|
|
|
|
function foo() {
|
|
test.apply(undefined, ["bar"].concat(customNamespace.slice.call(arguments)));
|
|
}
|