mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
ugh ugly bug again with origin loading so sad
This commit is contained in:
parent
11074dba64
commit
dd64536615
3 changed files with 33 additions and 26 deletions
|
@ -60,11 +60,6 @@ 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');
|
||||
}
|
||||
var id = this.get('branch').get('id');
|
||||
|
||||
if (id == 'HEAD') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue