mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 09:14:12 +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:
@@ -174,7 +174,7 @@ const AutoCommands = Module("autocommands", {
|
||||
if (args.bang)
|
||||
autocommands.remove(event, regex);
|
||||
if (args["-javascript"])
|
||||
cmd = dactyl.userfunc("args", "with(args) {" + cmd + "}");
|
||||
cmd = dactyl.userFunc("args", "with(args) {" + cmd + "}");
|
||||
autocommands.add(events, regex, cmd);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user