summaryrefslogtreecommitdiffstats
path: root/devtools/client/netmonitor/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/netmonitor/src/app.js')
-rw-r--r--devtools/client/netmonitor/src/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/netmonitor/src/app.js b/devtools/client/netmonitor/src/app.js
index d7cf642d48..a41ae2156c 100644
--- a/devtools/client/netmonitor/src/app.js
+++ b/devtools/client/netmonitor/src/app.js
@@ -41,7 +41,7 @@ function NetMonitorApp(api) {
}
NetMonitorApp.prototype = {
- async bootstrap({ toolbox, document, win }) {
+ async bootstrap({ toolbox, document }) {
// Get the root element for mounting.
this.mount = document.querySelector("#mount");