Add missing parens

This commit is contained in:
Matt Pass
2019-10-15 22:53:28 +01:00
committed by GitHub
parent 66ae8f4237
commit 9406a5e4a7

View File

@@ -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();