mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
make the last commit an actually valid coffescript
This commit is contained in:
parent
0af7aefc13
commit
8b3cc99033
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user