From 49a130c53b7df4fa572e10dbcb76f2111622f80f Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 9 Jul 2013 13:49:00 -0700 Subject: [PATCH] chore(style): fix spacing style --- js/inject/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/inject/debug.js b/js/inject/debug.js index 69ea3b2..5b55ece 100644 --- a/js/inject/debug.js +++ b/js/inject/debug.js @@ -492,7 +492,7 @@ var inject = function () { if (data instanceof Array) { toAppend = '
' + toAppend + - ((key===data.length-1)?'':',') + + ((key === (data.length - 1))?'':',') + '
'; } else { toAppend = '
' +