Remove unusued variable; use strict

This commit is contained in:
Will Bamberg
2018-02-28 16:47:19 -08:00
parent 8806adb1db
commit 5963cbdb1f

View File

@@ -1,6 +1,8 @@
'use strict';
const openLabelledId = "open-labelled";
let menuItem = browser.menus.create({
browser.menus.create({
id: openLabelledId,
title: "Open",
contexts: ["link"]