From ff819cc579970e2bda2a5f38cbbbc856f5b27a03 Mon Sep 17 00:00:00 2001 From: David Majda Date: Wed, 21 Nov 2012 08:18:47 +0100 Subject: [PATCH] Fix whitespace --- lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.js b/lib/utils.js index 9d50d82..564dedc 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -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