mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:17:59 +01:00
Merge changes from bootstrapped.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
/** @scope modules */
|
||||
|
||||
const Abbreviation = Class("Abbreviation", {
|
||||
var Abbreviation = Class("Abbreviation", {
|
||||
init: function (modes, lhs, rhs) {
|
||||
this.modes = modes.sort();
|
||||
this.lhs = lhs;
|
||||
@@ -41,7 +41,7 @@ const Abbreviation = Class("Abbreviation", {
|
||||
}
|
||||
});
|
||||
|
||||
const Abbreviations = Module("abbreviations", {
|
||||
var Abbreviations = Module("abbreviations", {
|
||||
init: function () {
|
||||
this.abbrevs = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user