Skip to content

Commit

Permalink
Add support for javascript_delay option
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Cogen committed Feb 28, 2012
1 parent d3e50c8 commit 3ef2253
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 3ef2253

Please sign in to comment.