mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
Remove unused stop and skip from forloop object
This commit is contained in:
+1
-3
@@ -60,9 +60,7 @@ module.exports = function (liquid) {
|
||||
last: i === length - 1,
|
||||
length: length,
|
||||
rindex: length - i,
|
||||
rindex0: length - i - 1,
|
||||
stop: false,
|
||||
skip: false
|
||||
rindex0: length - i - 1
|
||||
}
|
||||
return ctx
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user