From 9406a5e4a799ecc28bbd139183fbff6521edec04 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 15 Oct 2019 22:53:28 +0100 Subject: [PATCH] Add missing parens --- lib/ice-coder.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ice-coder.js b/lib/ice-coder.js index 4a93619..d92f196 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -161,6 +161,7 @@ var ICEcoder = { // If we have git diff data if (data.gitDiff) { top.ICEcoder.updateGitDiffPane(); + } // If we have git content data if (data.gitContent) { top.ICEcoder.highlightGitDiffs();