aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-client.js
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-02-20 00:02:26 +0100
committerAlessio Vanni <vannilla@firemail.cc>2019-02-20 00:02:26 +0100
commitb3863f5c4984ae814eeb32407ae5899693b735ab (patch)
tree097e3320401da482117c07a2f08d98297340abd6 /js/vapi-client.js
parenta35201f45aa8e7735f668d1bb349fca3b1c3cc1e (diff)
downloadematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.lz
ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.xz
ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.zip
Change all names from μMatrix to ηMatrix
Hopefully I caught all of them!
Diffstat (limited to 'js/vapi-client.js')
-rw-r--r--js/vapi-client.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/vapi-client.js b/js/vapi-client.js
index fd77179..34a599f 100644
--- a/js/vapi-client.js
+++ b/js/vapi-client.js
@@ -34,8 +34,8 @@
/******************************************************************************/
// https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10
-if ( self.vAPI === undefined || self.vAPI.uMatrix !== true ) {
- self.vAPI = { uMatrix: true };
+if ( self.vAPI === undefined || self.vAPI.eMatrix !== true ) {
+ self.vAPI = { eMatrix: true };
}
var vAPI = self.vAPI;
@@ -167,7 +167,7 @@ vAPI.messaging = {
this.pending.set(message.requestId, callback);
}
- sendAsyncMessage('umatrix:background', message);
+ sendAsyncMessage('ematrix:background', message);
},
toggleListener: function({type, persisted}) {