2015-01-06 17:05:52 +11:00

6 lines
114 B
JavaScript

"use strict";
function foo() {
test.apply(undefined, ["bar"].concat(customNamespace.slice.call(arguments)));
}