ok with grunt

This commit is contained in:
Peter Cottle 2013-01-16 15:18:17 -08:00
parent efc67cbff2
commit f7e5e5ac71
7 changed files with 27619 additions and 5 deletions

27567
build/bundle.js Normal file

File diff suppressed because it is too large Load diff

View file

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