mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Remove unnecessary comments
This commit is contained in:
parent
7dba1f7e22
commit
ab12c8d7d9
2 changed files with 0 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue