Skip to content

Commit

Permalink
Merge pull request #94 from belighted/javascript_delay
Browse files Browse the repository at this point in the history
Add support for javascript_delay option
  • Loading branch information
unixmonkey committed Mar 3, 2012
2 parents 32c0189 + 3ef2253 commit 2933712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/wicked_pdf.rb
Expand Up @@ -165,7 +165,8 @@ def parse_others(options)
:post], "", :name_value)
r +=make_options(options, [ :redirect_delay,
:zoom,
:page_offset], "", :numeric)
:page_offset,
:javascript_delay], "", :numeric)
r +=make_options(options, [ :book,
:default_header,
:disable_javascript,
Expand Down

0 comments on commit 2933712

Please sign in to comment.