Browse Source

this fixes #792

pull/2/head
gorhill 10 years ago
parent
commit
a5d051de3f
  1. 9
      platform/chromium/vapi-common.js

9
platform/chromium/vapi-common.js

@ -83,6 +83,15 @@ vAPI.closePopup = function() {
/******************************************************************************/
// A localStorage-like object which should be accessible from the
// background page or auxiliary pages.
// This storage is optional, but it is nice to have, for a more polished user
// experience.
vAPI.localStorage = window.localStorage;
/******************************************************************************/
})();
/******************************************************************************/
Loading…
Cancel
Save