Bug 706734 - "this.veilContainer is null" in browser/devtools/highlighter/inspector.jsm. r=robcee

This commit is contained in:
Paul Rouget 2011-12-01 11:46:06 +01:00
Родитель 771962c73a
Коммит 02a4901bde
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -285,6 +285,7 @@ Highlighter.prototype = {
*/ */
destroy: function Highlighter_destroy() destroy: function Highlighter_destroy()
{ {
this.IUI.win.clearTimeout(this.transitionDisabler);
this.browser.removeEventListener("scroll", this, true); this.browser.removeEventListener("scroll", this, true);
this.browser.removeEventListener("resize", this, true); this.browser.removeEventListener("resize", this, true);
this.boundCloseEventHandler = null; this.boundCloseEventHandler = null;