diff options
author | Nicholas Rowe <nixterrimus@gmail.com> | 2011-02-19 23:47:12 -0500 |
---|---|---|
committer | Mani Tadayon <bowsersenior@gmail.com> | 2011-02-21 13:44:19 -0800 |
commit | 746a4120558497d805cb5fa4f44c13019197a02a (patch) | |
tree | 99465de31fe7eb76400fb968459b67847d9a65b3 /railties/lib/rails | |
parent | 2a816db446d4c3d3ec786827cdfd66f14b4975ba (diff) | |
download | rails-746a4120558497d805cb5fa4f44c13019197a02a.tar.gz rails-746a4120558497d805cb5fa4f44c13019197a02a.tar.bz2 rails-746a4120558497d805cb5fa4f44c13019197a02a.zip |
Tpyo: fixing several cases of the the
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/public/javascripts/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/public/javascripts/jquery.js b/railties/lib/rails/generators/rails/app/templates/public/javascripts/jquery.js index 5c99a8d4a8..aa3a4f34fd 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/javascripts/jquery.js +++ b/railties/lib/rails/generators/rails/app/templates/public/javascripts/jquery.js @@ -2136,7 +2136,7 @@ jQuery.event = { eventHandle = elemData.handle; if ( typeof events === "function" ) { - // On plain objects events is a fn that holds the the data + // On plain objects events is a fn that holds the data // which prevents this data from being JSON serialized // the function does not need to be called, it just contains the data eventHandle = events.handle; |