Fix whitespace
This commit is contained in:
parent
05a6bad989
commit
ff819cc579
|
@ -183,7 +183,7 @@ var utils = {
|
|||
.replace(/\\/g, '\\\\') // backslash
|
||||
.replace(/\//g, '\\/') // closing slash
|
||||
.replace(/\]/g, '\\]') // closing bracket
|
||||
.replace(/-/g, '\\-') // dash
|
||||
.replace(/-/g, '\\-') // dash
|
||||
.replace(/\0/g, '\\0') // null
|
||||
.replace(/\t/g, '\\t') // horizontal tab
|
||||
.replace(/\n/g, '\\n') // line feed
|
||||
|
|
Loading…
Reference in a new issue