mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
Cleanup eslint
This commit is contained in:
parent
5a3745a8ca
commit
87a56f5341
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -96,7 +96,7 @@ class MessageOpenPgpPopupView extends AbstractViewPopup {
|
|||
node.textContent = el === node ? '⦿' : '○'
|
||||
);
|
||||
|
||||
self.selectedKey(ko.dataFor(el)); // eslint-disable-line no-invalid-this
|
||||
self.selectedKey(ko.dataFor(el));
|
||||
|
||||
// this.querySelector('.inputPassword').focus();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue