1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
Raymond Hill 2014-11-20 01:50:39 -02:00
parent 51b756d5b7
commit 426aaa2803

View File

@ -190,7 +190,7 @@ vAPI.tabs.injectScript = function(tabId, details, callback) {
}
};
if ( tabId ) {
chrome.tabs.executeScript(tabId, details, onScriptExecuteds);
chrome.tabs.executeScript(tabId, details, onScriptExecuted);
} else {
chrome.tabs.executeScript(details, onScriptExecuted);
}