aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/javascript_helper.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-22 12:13:36 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-22 12:13:36 +0000
commite1ce18020e1c23c148060ec2180dc0ed794be06e (patch)
tree1dfe8338ad00fea256c347c24cd56763032c39cf /actionpack/lib/action_view/helpers/javascript_helper.rb
parent11a5492791e6ed467a73bf20e0c7b6828bf0a3e2 (diff)
downloadrails-e1ce18020e1c23c148060ec2180dc0ed794be06e.tar.gz
rails-e1ce18020e1c23c148060ec2180dc0ed794be06e.tar.bz2
rails-e1ce18020e1c23c148060ec2180dc0ed794be06e.zip
Last-minute ajax fixes #898
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@973 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/helpers/javascript_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/javascript_helper.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb
index 3de110428f..2e169b0f62 100644
--- a/actionpack/lib/action_view/helpers/javascript_helper.rb
+++ b/actionpack/lib/action_view/helpers/javascript_helper.rb
@@ -45,10 +45,8 @@ module ActionView
# :url => { :action => "undo", :n => word_counter },
# :complete => "undoRequestCompleted(request)"
#
- # The complete list of callbacks that may be specified are:
+ # The callbacks that may be specified are:
#
- # <tt>:uninitialized</tt>:: Called before the remote document is
- # initialized with data.
# <tt>:loading</tt>:: Called when the remote document is being
# loaded with data by the browser.
# <tt>:loaded</tt>:: Called when the browser has finished loading