gorhill 8 years ago
parent
commit
d361ee33fc
  1. 2
      platform/chromium/manifest.json
  2. 4
      platform/chromium/vapi-client.js
  3. 4
      platform/chromium/vapi-common.js

2
platform/chromium/manifest.json

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

4
platform/chromium/vapi-client.js

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

4
platform/chromium/vapi-common.js

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