Remove (unnecessary) parentheses #166

This commit is contained in:
Jason 2016-03-07 23:24:35 -06:00
parent cc95a62c7c
commit f4d30838f9

View File

@ -85,7 +85,7 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
// Not available in Firefox - https://bugzilla.mozilla.org/show_bug.cgi?id=1240350
if (("commands") in chrome) {
if ("commands" in chrome) {
chrome.commands.onCommand.addListener(function(command) {
switch (command) {
case "openManage":