We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bfaf9 commit c9e4b14Copy full SHA for c9e4b14
components/panels/content/browser-panel.js
@@ -2,7 +2,7 @@
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5
-const MozPopupElement = MozElements.MozElementMixin(XULPopupElement);
+var MozPopupElement = MozElements.MozElementMixin(XULPopupElement);
6
7
class BrowserPanel extends MozPopupElement {
8
#debugVisiblePref = "dot.panels.debug_information.visible";
0 commit comments