mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Quote style consistency...
This commit is contained in:
parent
3a125383cc
commit
284934c220
@ -10,7 +10,7 @@ class PDFObject
|
||||
@convert: (object) ->
|
||||
if Array.isArray object
|
||||
items = (PDFObject.convert e for e in object).join(' ')
|
||||
"[" + items + "]"
|
||||
'[' + items + ']'
|
||||
|
||||
else if typeof object is 'string'
|
||||
'/' + object
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user