module
ActionView::Helpers::JavaScriptHelper
v7.0.0 -
Show latest stable
No documentation available for this module.
Constants
JS_ESCAPE_MAP = {\n"\\\\" => "\\\\\\\\",\n"</" => '<\\/',\n"\\r\\n" => '\\n',\n"\\n" => '\\n',\n"\\r" => '\\n',\n'"' => '\\\\"',\n"'" => "\\\\'",\n"`" => "\\\\`",\n"$" => "\\\\$"\n}
Files
- actionview/lib/action_view/helpers/javascript_helper.rb