mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Add missing parens
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user