mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
ok with grunt
This commit is contained in:
parent
efc67cbff2
commit
f7e5e5ac71
7 changed files with 27619 additions and 5 deletions
27567
build/bundle.js
Normal file
27567
build/bundle.js
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15924,7 +15924,9 @@ var VisNode = VisBase.extend({
|
|||
remove: function() {
|
||||
this.removeKeys(['circle'], ['text']);
|
||||
// needs a manual removal of text for whatever reason
|
||||
this.get('text').remove();
|
||||
if (this.get('text')) {
|
||||
this.get('text').remove();
|
||||
}
|
||||
|
||||
this.gitVisuals.removeVisNode(this);
|
||||
},
|
Loading…
Add table
Add a link
Reference in a new issue