summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/initializer.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/application/initializer.js')
-rw-r--r--devtools/client/application/initializer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/application/initializer.js b/devtools/client/application/initializer.js
index fbfcbc1edc..c431945bf0 100644
--- a/devtools/client/application/initializer.js
+++ b/devtools/client/application/initializer.js
@@ -55,7 +55,7 @@ const {
* called to start the UI for the panel.
*/
window.Application = {
- async bootstrap({ toolbox, commands, panel }) {
+ async bootstrap({ toolbox, commands }) {
// bind event handlers to `this`
this.updateDomain = this.updateDomain.bind(this);