Skip to content

Commit

Permalink
rebuild browserfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Aug 15, 2014
1 parent ef86b0c commit 44eb485
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser/nunjucks-slim.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ var filters = {
},

length: function(arr) {
return arr.length;
return arr !== undefined ? arr.length : 0;
},

list: function(val) {
Expand Down
Loading

0 comments on commit 44eb485

Please sign in to comment.