module
ActionView::Helpers::JavaScriptHelper
v6.1.3.1 -
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