Remove unused stop and skip from forloop object

This commit is contained in:
aleclarson
2017-07-12 15:33:09 -04:00
parent ed20fe6072
commit 154cf379a8
+1 -3
View File
@@ -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
})