diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-04 16:33:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 16:33:29 +0200 |
commit | 27c333c6b48bc1f46e5c59d482f8a7a5e9468ce3 (patch) | |
tree | f655e257a036d59a9439ecd8e00c8cfdd81dc160 | |
parent | c043e5d53517296098e37d32c5e51650efdb0205 (diff) | |
parent | 17c5cad60167b2cd05db1030925c92f5e76f4b08 (diff) | |
download | UXP-27c333c6b48bc1f46e5c59d482f8a7a5e9468ce3.tar UXP-27c333c6b48bc1f46e5c59d482f8a7a5e9468ce3.tar.gz UXP-27c333c6b48bc1f46e5c59d482f8a7a5e9468ce3.tar.lz UXP-27c333c6b48bc1f46e5c59d482f8a7a5e9468ce3.tar.xz UXP-27c333c6b48bc1f46e5c59d482f8a7a5e9468ce3.zip |
Merge pull request #88 from janekptacijarabaci/devtools_network_openInNewTab_unused_1
[minor fix] Removing an unused variable
-rw-r--r-- | devtools/client/netmonitor/request-list-context-menu.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devtools/client/netmonitor/request-list-context-menu.js b/devtools/client/netmonitor/request-list-context-menu.js index 331a7bde3..bacb7dc33 100644 --- a/devtools/client/netmonitor/request-list-context-menu.js +++ b/devtools/client/netmonitor/request-list-context-menu.js @@ -186,7 +186,6 @@ RequestListContextMenu.prototype = { * Opens selected item in a new tab. */ openRequestInTab() { - let win = Services.wm.getMostRecentWindow(gDevTools.chromeWindowType); openRequestInTab(this.selectedItem.attachment); }, |