aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/javascript_helper.rb
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-06-30 18:44:21 +0300
committerMichael Koziarski <michael@koziarski.com>2008-07-03 19:20:47 +0300
commit5501166dec84e1dd63800ea25eaf23290216cf80 (patch)
tree6e7ab5f4f04257ce58aa83d6b45ecb8251a860ee /actionpack/lib/action_view/helpers/javascript_helper.rb
parenta37d065f85941e1fe746dff4d42f015e1618834f (diff)
downloadrails-5501166dec84e1dd63800ea25eaf23290216cf80.tar.gz
rails-5501166dec84e1dd63800ea25eaf23290216cf80.tar.bz2
rails-5501166dec84e1dd63800ea25eaf23290216cf80.zip
Remove strange alias for JavaScriptHelper
Diffstat (limited to 'actionpack/lib/action_view/helpers/javascript_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/javascript_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb
index f89b6c2f70..8caca5b23f 100644
--- a/actionpack/lib/action_view/helpers/javascript_helper.rb
+++ b/actionpack/lib/action_view/helpers/javascript_helper.rb
@@ -216,7 +216,5 @@ module ActionView
end
end
end
-
- JavascriptHelper = JavaScriptHelper unless const_defined? :JavascriptHelper
end
end