pull/2/head
Raymond Hill 10 years ago committed by gorhill
parent 2730d5954b
commit b9a1cab269

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

Loading…
Cancel
Save