mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
1.5.4
This commit is contained in:
Vendored
+1
-1
@@ -80,7 +80,7 @@ var filters = {
|
||||
return v.replace(/\n/g, '<br />');
|
||||
},
|
||||
'plus': bindFixed(function (v, arg) {
|
||||
return v + arg;
|
||||
return Number(v) + Number(arg);
|
||||
}),
|
||||
'prepend': function prepend(v, arg) {
|
||||
return arg + v;
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user