fix typo
This commit is contained in:
parent
898dadff64
commit
4ad4c9344b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ let previousCategory = new (function(){
|
|||
current = t;
|
||||
current.classList.add("currentCategory");
|
||||
|
||||
this.fileNames = DB.query(t.textContent,secondary?this.filNames:null);
|
||||
this.fileNames = DB.query(t.textContent,secondary?this.fileNames:null);
|
||||
};
|
||||
return this
|
||||
})()
|
||||
|
|
Loading…
Reference in a new issue