build updated manually

This commit is contained in:
Peter Cottle 2013-01-16 15:03:04 -08:00
parent 095c17218d
commit e02168d108

View file

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