mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 17:15:45 +01:00
Camel-case some identifiers gone rogue.
Do not free a camel of the burden of his hump; you may be freeing him from being a camel. - G. K. Chesterton
This commit is contained in:
@@ -236,7 +236,7 @@ const Abbreviations = Module("abbreviations", {
|
||||
if (rhs) {
|
||||
if (args["-javascript"]) {
|
||||
let expr = rhs;
|
||||
rhs = dactyl.userfunc("editor", expr);
|
||||
rhs = dactyl.userFunc("editor", expr);
|
||||
rhs.toString = function () expr;
|
||||
}
|
||||
abbreviations.add(modes, lhs, rhs);
|
||||
|
||||
Reference in New Issue
Block a user