test stuff

This commit is contained in:
Peter Cottle 2013-10-12 23:20:49 -07:00
parent 84429b1d68
commit e6996dce52

View file

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