1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

fix regression bug introduced with 0112e5

This commit is contained in:
gorhill 2017-04-01 12:14:44 -04:00
parent 66635c44c6
commit 08409c5cb3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
/******************************************************************************/
(function() {
(function(self) {
// https://github.com/chrisaljoudi/uBlock/issues/464
if ( document instanceof HTMLDocument === false ) {
@ -542,6 +542,6 @@ vAPI.executionCost.stop('vapi-client.js');
/******************************************************************************/
})();
})(this);
/******************************************************************************/

View File

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