From db772dea2253e95b895e0ad2ef6c97a77db23f1b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 10 Feb 2015 14:24:04 -0700 Subject: [PATCH] Remove previous Safari overhead; cleanup workarounds from rest of code --- platform/chromium/vapi-client.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/platform/chromium/vapi-client.js b/platform/chromium/vapi-client.js index 9fd6a6e..4b0f562 100644 --- a/platform/chromium/vapi-client.js +++ b/platform/chromium/vapi-client.js @@ -150,12 +150,6 @@ vAPI.messaging = { /******************************************************************************/ -vAPI.canExecuteContentScript = function() { - return true; -}; - -/******************************************************************************/ - })(); -/******************************************************************************/ \ No newline at end of file +/******************************************************************************/