aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-21 01:10:07 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-21 01:10:07 +0000
commit71dc36903af2fb8e4db68768659ad6251b96d24c (patch)
tree7c593d13fbe3c86e4fa85d94bfeb8d918367726f /actionpack/lib
parentecc0e2889614ffdd22dac0c8346da0018b3c7b12 (diff)
downloadrails-71dc36903af2fb8e4db68768659ad6251b96d24c.tar.gz
rails-71dc36903af2fb8e4db68768659ad6251b96d24c.tar.bz2
rails-71dc36903af2fb8e4db68768659ad6251b96d24c.zip
Fixed js bug
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@957 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_view/helpers/javascripts/prototype.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/javascripts/prototype.js b/actionpack/lib/action_view/helpers/javascripts/prototype.js
index f559317b5e..ff105997c5 100644
--- a/actionpack/lib/action_view/helpers/javascripts/prototype.js
+++ b/actionpack/lib/action_view/helpers/javascripts/prototype.js
@@ -7,7 +7,7 @@
Prototype = {
- Version = '1.0.0'
+ Version : '1.0.0'
}
Class = {