mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 03:05:45 +01:00
Fix some crap. Closes issue #145.
This commit is contained in:
@@ -1076,7 +1076,7 @@ const Commands = Module("commands", {
|
||||
arguments: [cmd.name],
|
||||
literalArg: cmd.replacementText
|
||||
}
|
||||
for ([k, cmd] in Iterator(this._exCommands))
|
||||
for ([k, cmd] in Iterator(commands._exCommands))
|
||||
if (cmd.user && cmd.replacementText)
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user