mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Remove semicolons
This commit is contained in:
parent
e02f69ac00
commit
317953c54f
@ -156,9 +156,9 @@ class LineWrapper extends EventEmitter
|
||||
buffer = buffer + @ellipsis
|
||||
|
||||
if bk.required and w > @spaceLeft
|
||||
buffer = word;
|
||||
textWidth = w;
|
||||
wc = 1;
|
||||
buffer = word
|
||||
textWidth = w
|
||||
wc = 1
|
||||
|
||||
emitLine()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user