lint
This commit is contained in:
parent
8e17d603a8
commit
6e5dc7f7d1
1 changed files with 2 additions and 1 deletions
|
@ -744,7 +744,8 @@ class ItemsView {
|
|||
}
|
||||
|
||||
const sortButtons = view.querySelectorAll('.btnSort');
|
||||
|
||||
let i;
|
||||
let length;
|
||||
for (this.sortButtons = sortButtons, i = 0, length = sortButtons.length; i < length; i++) {
|
||||
const sortButton = sortButtons[i];
|
||||
sortButton.addEventListener('click', showSortMenu.bind(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue