# File lib/action_view/helpers/javascript_helper.rb, line 509
      def javascript_tag(content)
        content_tag("script", content, :type => "text/javascript")
      end