module Haml::Filters::Javascript
def render_with_options(text, options)
- See: Base#render_with_options -
def render_with_options(text, options) if options[:format] == :html5 type = '' else type = " type=#{options[:attr_wrapper]}text/javascript#{options[:attr_wrapper]}" end <<END t#{type}> [CDATA[ text.rstrip.gsub("\n", "\n ")} > pt> end