mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
fix: {%assign%} now adds a shading scope
This commit is contained in:
@@ -30,7 +30,6 @@ var Scope = {
|
||||
})
|
||||
},
|
||||
push: function (ctx) {
|
||||
assert(ctx, `trying to push ${ctx} into scopes`)
|
||||
this.scopes.push(ctx)
|
||||
},
|
||||
pop: function (ctx) {
|
||||
|
||||
Reference in New Issue
Block a user