1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 20:45:46 +01:00

Remove some unused self var declarations.

This commit is contained in:
Doug Kearns
2010-11-12 22:59:39 +11:00
parent 5faa13c996
commit edbce58a59
6 changed files with 0 additions and 8 deletions

View File

@@ -140,7 +140,6 @@ const Command = Class("Command", {
(isString(this.deprecated) ? ": " + this.deprecated : ""));
}
let self = this;
modifiers = modifiers || {};
if (args.count != null && !this.count)