Browse Source

fix regression bug introduced with 9a99a06c

pull/2/head
gorhill 8 years ago
parent
commit
3df7ee9cb1
  1. 4
      platform/firefox/vapi-client.js
  2. 4
      platform/firefox/vapi-common.js

4
platform/firefox/vapi-client.js

@ -28,7 +28,7 @@
/******************************************************************************/
(function() {
(function(self) {
/******************************************************************************/
@ -211,6 +211,6 @@ if ( window !== window.top ) {
/******************************************************************************/
})();
})(this);
/******************************************************************************/

4
platform/firefox/vapi-common.js

@ -27,7 +27,7 @@
/******************************************************************************/
(function() {
(function(self) {
/******************************************************************************/
@ -186,6 +186,6 @@ vAPI.localStorage.init('extensions.' + location.host + '.');
/******************************************************************************/
})();
})(this);
/******************************************************************************/
Loading…
Cancel
Save