mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
test stuff
This commit is contained in:
parent
84429b1d68
commit
e6996dce52
1 changed files with 4 additions and 0 deletions
|
@ -1478,6 +1478,10 @@ GitEngine.prototype.syncRemoteBranchFills = function() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var originBranch = this.origin.refs[branch.getBaseID()];
|
var originBranch = this.origin.refs[branch.getBaseID()];
|
||||||
|
if (!originBranch.get('visBranch')) {
|
||||||
|
// testing mode doesnt get this
|
||||||
|
return;
|
||||||
|
}
|
||||||
var originFill = originBranch.get('visBranch').get('fill');
|
var originFill = originBranch.get('visBranch').get('fill');
|
||||||
branch.get('visBranch').set('fill', originFill);
|
branch.get('visBranch').set('fill', originFill);
|
||||||
}, this);
|
}, this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue