Fix missing object.coffee outputs.

This commit is contained in:
Nathanael Anderson 2015-03-15 20:29:42 -05:00
parent 48e918803d
commit ca8c3c38ff

View File

@ -17,6 +17,9 @@ class PDFObject
else if object?.isString
'(' + object + ')'
else if object?.isRaw
object.toString()
else if object instanceof PDFReference
object.toString()