mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 20:17:59 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -1103,7 +1103,7 @@ var Hints = Module("hints", {
|
||||
return true;
|
||||
},
|
||||
|
||||
translitTable: Class.memoize(function () {
|
||||
translitTable: Class.Memoize(function () {
|
||||
const table = {};
|
||||
[
|
||||
[0x00c0, 0x00c6, ["A"]], [0x00c7, 0x00c7, ["C"]],
|
||||
|
||||
Reference in New Issue
Block a user