提交 60ca754b 编写于 作者: J José Valim

Remove the renderer option from the hash.

上级 ae933a09
...@@ -19,7 +19,7 @@ def _write_render_options ...@@ -19,7 +19,7 @@ def _write_render_options
<<-RUBY_EVAL <<-RUBY_EVAL
if options.key?(:#{name}) if options.key?(:#{name})
_process_options(options) _process_options(options)
return _render_option_#{name}(options[:#{name}], options) return _render_option_#{name}(options.delete(:#{name}), options)
end end
RUBY_EVAL RUBY_EVAL
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册