From 426aaa28034c7a813023dce453a892570b2212ff Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 20 Nov 2014 01:50:39 -0200 Subject: [PATCH] oops --- meta/crx/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/crx/vapi-background.js b/meta/crx/vapi-background.js index 68aa7f0de..875930c31 100644 --- a/meta/crx/vapi-background.js +++ b/meta/crx/vapi-background.js @@ -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); }