Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eralpkaraduman committed Oct 2, 2018
1 parent ca85200 commit c2ba268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

PDFKit.configure do |config|
config.default_options = {
:debug_javascript => true,
"disable-javascript": None
'disable-javascript': nil
}
config.verbose = true
end
Expand Down

0 comments on commit c2ba268

Please sign in to comment.