diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-07-04 18:20:35 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-07-04 18:20:35 +0200 |
commit | 29943a00d915abd025dc93f7f52b3b03aabf149f (patch) | |
tree | 7c67e3f8f8c3d05ebb23265f2049c938ecd48d0d | |
parent | f1f66637b814155c95a2bfddfdd9cd2973b86659 (diff) | |
download | ematrix-29943a00d915abd025dc93f7f52b3b03aabf149f.tar.lz ematrix-29943a00d915abd025dc93f7f52b3b03aabf149f.tar.xz ematrix-29943a00d915abd025dc93f7f52b3b03aabf149f.zip |
Revert "Remove one more importing"
This reverts commit d8950421332a0d5b28cba6df38fc4fe85ff26d9e.
Followup to the previous reverting.
-rw-r--r-- | js/vapi-common.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/vapi-common.js b/js/vapi-common.js index 2b4158a..1bc20bc 100644 --- a/js/vapi-common.js +++ b/js/vapi-common.js @@ -33,6 +33,8 @@ /******************************************************************************/ +Components.utils.import('resource://gre/modules/Services.jsm'); + // https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 // eMatrix: does this apply to us? // In the meantime, let's remove the useless `eMatrix' property from vAPI |