From a743f17eda227e47050de329bb93576b449d247c Mon Sep 17 00:00:00 2001 From: Timothy Su Date: Tue, 18 Sep 2018 15:24:21 -0400 Subject: [PATCH] Add parens around ternary condition --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index f552004..94c3461 100644 --- a/background.js +++ b/background.js @@ -228,7 +228,7 @@ chrome.webRequest.onCompleted.addListener(function(details) { } chrome.cookies.getAll({domain: domainVar}, function(cookies) { for (var i=0; i