Skip to content

Commit

Permalink
Merge 7a8cb7a into b39d53c
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeti-or committed Jun 22, 2017
2 parents b39d53c + 7a8cb7a commit 43895f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bh.js
Expand Up @@ -890,7 +890,7 @@ BH.prototype = {
}
Ctx.prototype = this.utils;
var ctx = new Ctx();
while (node = nodes.shift()) {
while (node = nodes.pop()) {
json = node.json;
block = node.block;
blockMods = node.mods;
Expand Down

0 comments on commit 43895f7

Please sign in to comment.