aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-messaging.js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-30 15:55:13 -0500
committerJesús <heckyel@hyperbola.info>2019-12-30 15:55:13 -0500
commit288df6a7bf8b933e2dc499e38f4915fcf974c14b (patch)
tree77bba994f260c064d3ee7f76c427ddfaa4f91710 /js/vapi-messaging.js
parenta2c9deaa145b780722e93b3899600f287c8094a4 (diff)
downloadematrix-288df6a7bf8b933e2dc499e38f4915fcf974c14b.tar.lz
ematrix-288df6a7bf8b933e2dc499e38f4915fcf974c14b.tar.xz
ematrix-288df6a7bf8b933e2dc499e38f4915fcf974c14b.zip
backport
- Flush caches on upgrade - Properly handle FrameModule's unloading - Use the new module and remove the old implementation
Diffstat (limited to 'js/vapi-messaging.js')
-rw-r--r--js/vapi-messaging.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js
index b4f468f..3c8ab02 100644
--- a/js/vapi-messaging.js
+++ b/js/vapi-messaging.js
@@ -26,7 +26,7 @@
/******************************************************************************/
(function () {
- Cu.import('chrome://ematrix/content/CallbackWrapper.jsm');
+ Cu.import('chrome://ematrix/content/lib/CallbackWrapper.jsm');
vAPI.messaging = {
get globalMessageManager() {