mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 21:05:48 +01:00
Remove some unused self var declarations.
This commit is contained in:
@@ -140,7 +140,6 @@ const Command = Class("Command", {
|
||||
(isString(this.deprecated) ? ": " + this.deprecated : ""));
|
||||
}
|
||||
|
||||
let self = this;
|
||||
modifiers = modifiers || {};
|
||||
|
||||
if (args.count != null && !this.count)
|
||||
|
||||
Reference in New Issue
Block a user