mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
ugly ugly bug with circular fields
This commit is contained in:
parent
1ed8a2524a
commit
bbf837a4b2
6 changed files with 36 additions and 18 deletions
|
@ -60,6 +60,12 @@ var VisBranch = VisBase.extend({
|
|||
}
|
||||
|
||||
this.get('branch').set('visBranch', this);
|
||||
if (this.get('branch').get('id') === 'o/master') {
|
||||
console.log('set visbranch on this', this.get('branch'), this);
|
||||
window.debugVisBranch = this;
|
||||
window.debugBranch = this.get('branch');
|
||||
debugger;
|
||||
}
|
||||
var id = this.get('branch').get('id');
|
||||
|
||||
if (id == 'HEAD') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue