summaryrefslogtreecommitdiffstats
path: root/services/crypto/tests/unit/head_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/crypto/tests/unit/head_helpers.js')
-rw-r--r--services/crypto/tests/unit/head_helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/crypto/tests/unit/head_helpers.js b/services/crypto/tests/unit/head_helpers.js
index 322f6761a9..e945ac1182 100644
--- a/services/crypto/tests/unit/head_helpers.js
+++ b/services/crypto/tests/unit/head_helpers.js
@@ -73,6 +73,6 @@ addResourceAlias();
* @usage _("Hello World") -> prints "Hello World"
* @usage _(1, 2, 3) -> prints "1 2 3"
*/
-var _ = function (some, debug, text, to) {
+var _ = function () {
print(Array.from(arguments).join(" "));
};