# File lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb, line 186 def javascript_include_tag(*sources) @javascript_include ||= JavascriptIncludeTag.new(config, asset_paths) @javascript_include.include_tag(*sources) end