diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-21 16:07:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-21 16:07:45 -0500 |
commit | 3530f2f8f64de9da13b944171f22b67e9ea80edf (patch) | |
tree | e96daff581dc06b80b87b97c672118d426900fab /js/vapi-common.js | |
parent | 3fe15939f1762ee2c25de300cdfd96d864ac5111 (diff) | |
download | ematrix-3530f2f8f64de9da13b944171f22b67e9ea80edf.tar.lz ematrix-3530f2f8f64de9da13b944171f22b67e9ea80edf.tar.xz ematrix-3530f2f8f64de9da13b944171f22b67e9ea80edf.zip |
Fix enable noscript-spoof
Diffstat (limited to 'js/vapi-common.js')
-rw-r--r-- | js/vapi-common.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/vapi-common.js b/js/vapi-common.js index 5304e5a..6a79096 100644 --- a/js/vapi-common.js +++ b/js/vapi-common.js @@ -31,10 +31,6 @@ const {classes: Cc, interfaces: Ci, utils: Cu} = Components; Cu.import('resource://gre/modules/Services.jsm'); (function (self) { - if (self.vAPI === undefined) { - self.vAPI = vAPI; - } - vAPI.setTimeout = vAPI.setTimeout || function (callback, delay, extra) { return setTimeout(function (a) { callback(a); |