mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +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;
|
||||
}
|
||||
var originBranch = this.origin.refs[branch.getBaseID()];
|
||||
if (!originBranch.get('visBranch')) {
|
||||
// testing mode doesnt get this
|
||||
return;
|
||||
}
|
||||
var originFill = originBranch.get('visBranch').get('fill');
|
||||
branch.get('visBranch').set('fill', originFill);
|
||||
}, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue