fix regression bug introduced with 9a99a06c

pull/2/head
gorhill 7 years ago
parent 89c5f02d76
commit 3df7ee9cb1

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

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

Loading…
Cancel
Save