From 2d8679993c3e7ec2920fd818dacc7cb2000b9f89 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 29 Jun 2005 08:09:00 +0000 Subject: Fix JavaScriptHelper capitalization and make it compatible with Prototype #1545 [Sam Stephenson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1561 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/README') diff --git a/actionpack/README b/actionpack/README index 2c59f9df8f..df2890ffb1 100755 --- a/actionpack/README +++ b/actionpack/README @@ -168,13 +168,13 @@ A short rundown of the major features: {Learn more}[link:classes/ActionController/Base.html] -* Javascript and Ajax integration. +* JavaScript and Ajax integration. link_to_function "Greeting", "alert('Hello world!')" link_to_remote "Delete this post", :update => "posts", :url => { :action => "destroy", :id => post.id } - {Learn more}[link:classes/ActionView/Helpers/JavascriptHelper.html] + {Learn more}[link:classes/ActionView/Helpers/JavaScriptHelper.html] * Pagination for navigating lists of results. -- cgit v1.2.3