Bug 813199 - Closing a tab with a conditional breakpoint panel open does not hide the panel, r=past

This commit is contained in:
Victor Porof 2012-11-20 13:38:45 +02:00
parent 9b0130c036
commit 77b477fe21

View File

@ -204,6 +204,8 @@ create({ constructor: BreakpointsView, proto: MenuContainer.prototype }, {
this._cbPanel.removeEventListener("popupshown", this._onConditionalPopupShown, false);
this._cbPanel.removeEventListener("popuphiding", this._onConditionalPopupHiding, false)
this._cbTextbox.removeEventListener("keypress", this._onConditionalTextboxKeyPress, false);
this._cbPanel.hidePopup();
},
/**