Browse Source

oops

pull/2/head
Raymond Hill 10 years ago
committed by gorhill
parent
commit
b9a1cab269
  1. 2
      meta/crx/vapi-background.js

2
meta/crx/vapi-background.js

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