diff options
Diffstat (limited to 'js/vapi-common.js')
-rw-r--r-- | js/vapi-common.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/vapi-common.js b/js/vapi-common.js index 3b51d17..8ef49bd 100644 --- a/js/vapi-common.js +++ b/js/vapi-common.js @@ -38,8 +38,8 @@ const {Services} = Components.utils.import( ); // 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; |