aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-cloud.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-cloud.js')
-rw-r--r--js/vapi-cloud.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/vapi-cloud.js b/js/vapi-cloud.js
index b3d1b80..f7c47a2 100644
--- a/js/vapi-cloud.js
+++ b/js/vapi-cloud.js
@@ -29,8 +29,6 @@
const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
Cu.import('resource://gre/modules/Services.jsm');
- let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-background.js
-
vAPI.cloud = (function () {
let extensionBranchPath = 'extensions.' + location.host;
let cloudBranchPath = extensionBranchPath + '.cloudStorage';