From 0fbaf41d096e794a11b03328618838c36b93a373 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/firefox/vapi-client.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js index 58bb110..c9caa85 100644 --- a/platform/firefox/vapi-client.js +++ b/platform/firefox/vapi-client.js @@ -166,12 +166,6 @@ window.addEventListener('pageshow', vAPI.messaging.toggleListener, true); /******************************************************************************/ -vAPI.canExecuteContentScript = function() { - return true; -}; - -/******************************************************************************/ - })(this); /******************************************************************************/