From 8b3cc99033b0568f3073c5528d3f58f8c7bfb932 Mon Sep 17 00:00:00 2001 From: yonishostak Date: Tue, 11 Feb 2014 15:51:06 -0500 Subject: [PATCH] make the last commit an actually valid coffescript --- lib/line_wrapper.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/line_wrapper.coffee b/lib/line_wrapper.coffee index ad78448..0c9fffd 100644 --- a/lib/line_wrapper.coffee +++ b/lib/line_wrapper.coffee @@ -102,7 +102,7 @@ class LineWrapper extends EventEmitter @emit 'sectionEnd', options, this if ++@column > @columns - var x = @document.x + x = @document.x @document.addPage() @column = 1 @startY = @document.page.margins.top