Cleanup eslint

This commit is contained in:
djmaze 2021-03-12 23:56:22 +01:00
parent 5a3745a8ca
commit 87a56f5341
2 changed files with 3 additions and 3 deletions

View file

@ -38,8 +38,8 @@ class AbstractView {
keyScope(this.sCurrentKeyScope);
}
cancelCommand() {} // eslint-disable-line no-empty-function
closeCommand() {} // eslint-disable-line no-empty-function
cancelCommand() {}
closeCommand() {}
querySelector(selectors) {
return this.viewModelDom.querySelector(selectors);