1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 03:21:09 +12:00
gorhill 2017-04-01 12:59:52 -04:00
parent 96012c6956
commit d361ee33fc
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "uMatrix", "name": "uMatrix",
"short_name": "uMatrix", "short_name": "uMatrix",
"version": "0.9.9.9", "version": "0.9.9.10",
"description": "__MSG_extShortDesc__", "description": "__MSG_extShortDesc__",
"icons": { "icons": {
"16": "img/icon_16.png", "16": "img/icon_16.png",

View file

@ -25,7 +25,7 @@
/******************************************************************************/ /******************************************************************************/
(function() { (function(self) {
/******************************************************************************/ /******************************************************************************/
@ -191,6 +191,6 @@ vAPI.setTimeout = vAPI.setTimeout || function(callback, delay) {
/******************************************************************************/ /******************************************************************************/
})(); })(this);
/******************************************************************************/ /******************************************************************************/

View file

@ -26,7 +26,7 @@
/******************************************************************************/ /******************************************************************************/
/******************************************************************************/ /******************************************************************************/
(function() { (function(self) {
/******************************************************************************/ /******************************************************************************/
@ -99,6 +99,6 @@ vAPI.setTimeout = vAPI.setTimeout || window.setTimeout.bind(window);
/******************************************************************************/ /******************************************************************************/
})(); })(this);
/******************************************************************************/ /******************************************************************************/