From daaa5251c9634ec18d720adc0e5daee8bc4d9a13 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Mar 2005 13:09:44 +0000 Subject: Fixed documentation and prepared for 0.11.0 release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../lib/action_view/helpers/javascript_helper.rb | 4 ++-- .../lib/action_view/helpers/pagination_helper.rb | 2 -- actionpack/lib/action_view/helpers/url_helper.rb | 22 +--------------------- 3 files changed, 3 insertions(+), 25 deletions(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb index 079ec736a1..d5630bcdfe 100644 --- a/actionpack/lib/action_view/helpers/javascript_helper.rb +++ b/actionpack/lib/action_view/helpers/javascript_helper.rb @@ -7,9 +7,9 @@ module ActionView # actions in your controllers without reloading the page, but still update certain parts of it using injections into the # DOM. The common use case is having a form that adds a new element to a list without reloading the page. # - # To be able to use the Javascript helpers, you must either call <%= define_javascript_functions %> (which returns all + # To be able to use the Javascript helpers, you must either call <%= define_javascript_functions %> (which returns all # the Javascript support functions in a