This commit is contained in:
harttle
2016-11-15 21:58:25 +08:00
parent 397b2e48b6
commit 3a450bba1b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ var filters = {
return strftime(v, arg);
},
'default': function _default(v, arg) {
return arg || v;
return v || arg;
},
'divided_by': function divided_by(v, arg) {
return Math.floor(v / arg);
+1 -1
View File
File diff suppressed because one or more lines are too long