mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 23:18:35 +02:00
Fixes Issue #68 flip logic and getCommitFromRef
This commit is contained in:
parent
44db45ce0d
commit
e2ecfef4f4
8 changed files with 13 additions and 12 deletions
|
@ -43,7 +43,7 @@ function GitVisuals(options) {
|
|||
min: 0,
|
||||
max: 1
|
||||
};
|
||||
this.flipFraction = 0.51;
|
||||
this.flipFraction = 0.65;
|
||||
|
||||
var Main = require('../app');
|
||||
Main.getEvents().on('refreshTree', this.refreshTree, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue