Remove unused variables (DevTools) in browser.js

Issue #95
This commit is contained in:
janekptacijarabaci 2018-04-08 00:07:46 +02:00 committed by Roy Tam
commit 93944a63e9
5 changed files with 6 additions and 41 deletions

View file

@ -8,6 +8,9 @@
const TEST_URL = "data:text/html,<html><head><title>Test for the " +
"highlighter keybindings</title></head><body>" +
"<h1>Keybindings!</h1></body></html>"
const {gDevToolsBrowser} = require("devtools/client/framework/devtools-browser");
function test()
{
waitForExplicitFinish();