Skip to content

Commit

Permalink
Forgot to remove line size caching in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Sep 11, 2015
1 parent e275125 commit 648b3f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ var utils = {
size.width += outputEntrySize.width;
size.height = Math.max(outputEntrySize.height, size.height);
});
line.size = size;
return size;
},

Expand Down

0 comments on commit 648b3f3

Please sign in to comment.