!= -> isnt

This commit is contained in:
Devon Govett 2015-04-02 15:27:15 -07:00
parent 7acefc28c6
commit a04155fc76

View File

@ -63,7 +63,7 @@ class PDFDocument extends stream.Readable
@_write "%\xFF\xFF\xFF\xFF"
# Add the first page
if @options.autoFirstPage != false
if @options.autoFirstPage isnt false
@addPage()
mixin = (methods) =>