mirror of https://github.com/gorhill/uBlock.git
fix regression bug introduced with 0112e5
This commit is contained in:
parent
66635c44c6
commit
08409c5cb3
|
@ -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);
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
(function() {
|
||||
(function(self) {
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
@ -186,6 +186,6 @@ vAPI.localStorage.init('extensions.' + location.host + '.');
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
})();
|
||||
})(this);
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue