Revert "Add rails.js driver to default source list"

This reverts commit 8a46e1182e3fce36aee5e6cb65737c4e755bbced.
This commit is contained in:
Joshua Peek 2010-01-30 14:22:39 -06:00
parent ffc10731c3
commit ac20f2cea1

@ -140,7 +140,7 @@ module AssetTagHelper
:stylesheets_dir => "#{assets_dir}/stylesheets",
}
JAVASCRIPT_DEFAULT_SOURCES = ['prototype', 'effects', 'dragdrop', 'controls', 'rails'].freeze unless const_defined?(:JAVASCRIPT_DEFAULT_SOURCES)
JAVASCRIPT_DEFAULT_SOURCES = ['prototype', 'effects', 'dragdrop', 'controls'].freeze unless const_defined?(:JAVASCRIPT_DEFAULT_SOURCES)
# Returns a link tag that browsers and news readers can use to auto-detect
# an RSS or ATOM feed. The +type+ can either be <tt>:rss</tt> (default) or