diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 00:02:26 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 00:02:26 +0100 |
commit | b3863f5c4984ae814eeb32407ae5899693b735ab (patch) | |
tree | 097e3320401da482117c07a2f08d98297340abd6 /js/vapi-client.js | |
parent | a35201f45aa8e7735f668d1bb349fca3b1c3cc1e (diff) | |
download | ematrix-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.js | 6 |
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}) { |