Skip to content

Commit 1accff9

Browse files
committed
syntax improvement
1 parent 11176c2 commit 1accff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var
33
handlebars = require('handlebars')
44
;
55

6-
handlebars.registerHelper("foreach",function(arr,options) {
6+
handlebars.registerHelper("foreach",function(arr, options) {
77
if(options.inverse && !arr.length)
88
return options.inverse(this);
99

0 commit comments

Comments
 (0)