mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:57:59 +01:00
Remove some unused self var declarations.
This commit is contained in:
@@ -553,7 +553,6 @@ const CompletionContext = Class("CompletionContext", {
|
||||
},
|
||||
|
||||
getItems: function getItems(start, end) {
|
||||
let self = this;
|
||||
let items = this.items;
|
||||
let step = start > end ? -1 : 1;
|
||||
start = Math.max(0, start || 0);
|
||||
|
||||
Reference in New Issue
Block a user