diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb index 84f53b842c4888805db35731de486ada17c2e5e6..f392d92e75d1ffd0e594b9e63fafd0712148802e 100644 --- a/actionpack/lib/action_view/helpers/javascript_helper.rb +++ b/actionpack/lib/action_view/helpers/javascript_helper.rb @@ -65,7 +65,8 @@ def escape_javascript(javascript) # //]]> # # - # +html_options+ may be a hash of attributes for the # diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index b6006665365c57826335b4f8a7851abce74bd9b5..bc67197e64caa7062c1e29831c315c3478f860ce 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -161,8 +161,8 @@ def include_helpers_from_context # JavaScriptGenerator generates blocks of JavaScript code that allow you # to change the content and presentation of multiple DOM elements. Use - # this in your Ajax response bodies, either in a