We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11176c2 commit 1accff9Copy full SHA for 1accff9
utils/templates.js
@@ -3,7 +3,7 @@ var
3
handlebars = require('handlebars')
4
;
5
6
-handlebars.registerHelper("foreach",function(arr,options) {
+handlebars.registerHelper("foreach",function(arr, options) {
7
if(options.inverse && !arr.length)
8
return options.inverse(this);
9
0 commit comments