mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
code review
This commit is contained in:
parent
78b7087486
commit
b776d15567
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@
|
||||||
// http://code.google.com/p/chromium/issues/detail?id=410868#c11
|
// http://code.google.com/p/chromium/issues/detail?id=410868#c11
|
||||||
// Need to be sure to access `chrome.runtime.lastError` to prevent
|
// Need to be sure to access `chrome.runtime.lastError` to prevent
|
||||||
// spurious warnings in the console.
|
// spurious warnings in the console.
|
||||||
var scriptDone = function(tabId) {
|
var scriptDone = function() {
|
||||||
chrome.runtime.lastError;
|
chrome.runtime.lastError;
|
||||||
};
|
};
|
||||||
var scriptEnd = function(tabId) {
|
var scriptEnd = function(tabId) {
|
||||||
|
|
Loading…
Reference in a new issue