This commit is contained in:
gorhill 2017-04-01 12:40:02 -04:00
parent 35f2a932f1
commit 68ad90616b
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uBlock Origin",
"version": "1.11.5.104",
"version": "1.11.5.105",
"default_locale": "en",
"description": "__MSG_extShortDesc__",

View file

@ -27,7 +27,7 @@
/******************************************************************************/
(function() {
(function(self) {
/******************************************************************************/
/******************************************************************************/
@ -525,6 +525,6 @@ vAPI.executionCost.stop('vapi-client.js');
/******************************************************************************/
/******************************************************************************/
})();
})(this);
/******************************************************************************/

View file

@ -26,7 +26,7 @@
/******************************************************************************/
/******************************************************************************/
(function() {
(function(self) {
// https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10
if ( !self.vAPI || !self.vAPI.uBO ) {
@ -102,6 +102,6 @@ try {
/******************************************************************************/
})();
})(this);
/******************************************************************************/