Skc memory leaks (PR )

This commit is contained in:
Neil Fraser 2015-08-20 15:46:44 -07:00
parent e8f1de3bdf
commit 53f5424801
5 changed files with 61 additions and 40 deletions

View file

@ -147,6 +147,7 @@ Blockly.Toolbox.prototype.dispose = function() {
this.flyout_.dispose();
this.tree_.dispose();
goog.dom.removeNode(this.HtmlDiv);
this.workspace_ = null;
};
/**