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/xal.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/xal.js')
-rw-r--r-- | js/xal.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,11 +20,11 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global chrome, µMatrix */ +/* global chrome, ηMatrix */ /******************************************************************************/ -µMatrix.XAL = (function(){ +ηMatrix.XAL = (function(){ /******************************************************************************/ |