1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

code review

This commit is contained in:
gorhill 2014-09-15 11:26:52 -04:00
parent 78b7087486
commit b776d15567

View File

@ -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) {