aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/javascript_helper.rb
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-11-18 20:08:20 +0100
committerMichael Koziarski <michael@koziarski.com>2008-11-18 20:11:55 +0100
commitb579184819f483ac2dffae605806ea2ecd6c1519 (patch)
tree74ba80cf18808849ddd09ddc918f189b8499b2bb /actionpack/lib/action_view/helpers/javascript_helper.rb
parent252ca3e3e7e609a179f7559624811550bde05749 (diff)
downloadrails-b579184819f483ac2dffae605806ea2ecd6c1519.tar.gz
rails-b579184819f483ac2dffae605806ea2ecd6c1519.tar.bz2
rails-b579184819f483ac2dffae605806ea2ecd6c1519.zip
Remove mention of long-dead define_javascript_functions
Diffstat (limited to 'actionpack/lib/action_view/helpers/javascript_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/javascript_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb
index 32089442b7..8f64acf102 100644
--- a/actionpack/lib/action_view/helpers/javascript_helper.rb
+++ b/actionpack/lib/action_view/helpers/javascript_helper.rb
@@ -31,9 +31,6 @@ module ActionView
# to use all basic AJAX functionality. For the Scriptaculous-based
# JavaScript helpers, like visual effects, autocompletion, drag and drop
# and so on, you should use the method described above.
- # * Use <tt><%= define_javascript_functions %></tt>: this will copy all the
- # JavaScript support functions within a single script block. Not
- # recommended.
#
# For documentation on +javascript_include_tag+ see
# ActionView::Helpers::AssetTagHelper.