diff options
Diffstat (limited to 'js/vapi-storage.js')
-rw-r--r-- | js/vapi-storage.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/vapi-storage.js b/js/vapi-storage.js index 6a6cb3b..ce4ab72 100644 --- a/js/vapi-storage.js +++ b/js/vapi-storage.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 - // API matches that of chrome.storage.local: // https://developer.chrome.com/extensions/storage vAPI.storage = (function () { |