mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
!= -> isnt
This commit is contained in:
parent
7acefc28c6
commit
a04155fc76
@ -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) =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user