summaryrefslogtreecommitdiffstats
path: root/bench/templates/arguments.js
diff options
context:
space:
mode:
Diffstat (limited to 'bench/templates/arguments.js')
-rw-r--r--bench/templates/arguments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/templates/arguments.js b/bench/templates/arguments.js
index 5480c8d..aaa0346 100644
--- a/bench/templates/arguments.js
+++ b/bench/templates/arguments.js
@@ -1,6 +1,6 @@
module.exports = {
helpers: {
- foo: function(options) {
+ foo: function() {
return '';
}
},