mirror of https://github.com/gorhill/uBlock.git
code review
This commit is contained in:
parent
78b7087486
commit
b776d15567
|
@ -591,7 +591,7 @@
|
|||
// http://code.google.com/p/chromium/issues/detail?id=410868#c11
|
||||
// Need to be sure to access `chrome.runtime.lastError` to prevent
|
||||
// spurious warnings in the console.
|
||||
var scriptDone = function(tabId) {
|
||||
var scriptDone = function() {
|
||||
chrome.runtime.lastError;
|
||||
};
|
||||
var scriptEnd = function(tabId) {
|
||||
|
|
Loading…
Reference in New Issue