1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Remove unnecessary comments

This commit is contained in:
Deathamns 2014-10-20 18:09:41 +02:00
parent 7dba1f7e22
commit ab12c8d7d9
2 changed files with 0 additions and 6 deletions

View File

@ -70,11 +70,6 @@ var onContextMenuClicked = function(details, tab) {
/******************************************************************************/
var toggleMenu = function(on) {
// In case the permission for contextMenu was not granted.
// if ( chrome.contextMenus === undefined ) {
// return;
// }
// This needs to be local scope: we can't reuse it for more than one
// menu creation call.
var menuCreateDetails = {

View File

@ -187,7 +187,6 @@ if (window.chrome) {
this.connector = function(port) {
var onMessage = function(request) {
var callback = function(response) {
// stfu
if (chrome.runtime.lastError || response === undefined) {
return;
}