1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 10:01:08 +12:00

fix regression bug introduced with 9a99a06c

This commit is contained in:
gorhill 2017-04-01 12:21:46 -04:00
parent 89c5f02d76
commit 3df7ee9cb1
2 changed files with 4 additions and 4 deletions

View file

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

View file

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