= private = protected
This module has no description. You can help the Ruby on Rails community by adding new notes.
JS_ESCAPE_MAP = { '\\' => '\\\\', '' => '<\/', "\r\n" => '\n', "\n" => '\n', "\r" => '\n', '"' => '\\"', "'" => "\\'" }
actionpack/lib/action_view/helpers/javascript_helper.rb