fixing more bugs

This commit is contained in:
Ezequiel Bergamaschi
2014-03-19 01:51:55 -03:00
parent 454354f9cd
commit bc880497b4
2 changed files with 14 additions and 13 deletions

View File

@@ -287,7 +287,7 @@ mindplot.MultilineTextEditor = new Class({
this._topic.getTextShape().setVisibility(true);
// Remove it form the screen ...
this._containerElem.dispose();
this._containerElem.remove();
this._containerElem = null;
this._timeoutId = -1;
}