gorhill 9 years ago
parent 96012c6956
commit d361ee33fc

@ -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",

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

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

Loading…
Cancel
Save