mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Fix stray closing parens
This commit is contained in:
@@ -158,7 +158,6 @@ var ICEcoder = {
|
||||
}).then(function(data) {
|
||||
if (data.timestamps.changed) {
|
||||
top.ICEcoder.indexData = data;
|
||||
}
|
||||
// If we have git diff data
|
||||
if (data.git) {
|
||||
top.ICEcoder.indexData.git = data.git;
|
||||
|
||||
Reference in New Issue
Block a user