Fix whitespace

This commit is contained in:
David Majda 2012-11-21 08:18:47 +01:00
parent 05a6bad989
commit ff819cc579

View file

@ -183,7 +183,7 @@ var utils = {
.replace(/\\/g, '\\\\') // backslash .replace(/\\/g, '\\\\') // backslash
.replace(/\//g, '\\/') // closing slash .replace(/\//g, '\\/') // closing slash
.replace(/\]/g, '\\]') // closing bracket .replace(/\]/g, '\\]') // closing bracket
.replace(/-/g, '\\-') // dash .replace(/-/g, '\\-') // dash
.replace(/\0/g, '\\0') // null .replace(/\0/g, '\\0') // null
.replace(/\t/g, '\\t') // horizontal tab .replace(/\t/g, '\\t') // horizontal tab
.replace(/\n/g, '\\n') // line feed .replace(/\n/g, '\\n') // line feed