mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 07:45:51 +01:00
Remove some unused self var declarations.
This commit is contained in:
@@ -146,8 +146,6 @@ const JavaScript = Module("javascript", {
|
||||
},
|
||||
|
||||
_buildStack: function (filter) {
|
||||
let self = this;
|
||||
|
||||
// Todo: Fix these one-letter variable names.
|
||||
this._i = 0;
|
||||
this._c = ""; // Current index and character, respectively.
|
||||
|
||||
Reference in New Issue
Block a user