From 2ed689745c14f7f02e5e4a970240e206dcee1b33 Mon Sep 17 00:00:00 2001 From: Thomas Fuchs Date: Sun, 9 Oct 2005 17:26:24 +0000 Subject: [PATCH] Make it clear that we are at script.aculo.us V1.5_rc3 now git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2505 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 +- railties/html/javascripts/scriptaculous.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 259eb44e10..154e9afb38 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails generator to include the new .js files [Thomas Fuchs] +* Update Prototype to V1.4.0_pre11, script.aculo.us to V1.5_rc3 [2504] and fix the rails generator to include the new .js files [Thomas Fuchs] * Make the generator skip a file if it already exists and is identical to the new file. diff --git a/railties/html/javascripts/scriptaculous.js b/railties/html/javascripts/scriptaculous.js index f94af80c47..eeffc07d9e 100644 --- a/railties/html/javascripts/scriptaculous.js +++ b/railties/html/javascripts/scriptaculous.js @@ -20,7 +20,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. var Scriptaculous = { - Version: '1.5_rc2', + Version: '1.5_rc3', require: function(libraryName) { // inserting via DOM fails in Safari 2.0, so brute force approach document.write('');