mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Renamed closeCommand() to close() because it has no command feature anymore
This commit is contained in:
parent
7f29f362f5
commit
fe0f6af9f4
38 changed files with 59 additions and 57 deletions
|
|
@ -22,13 +22,13 @@ export class AskPopupView extends AbstractViewPopup {
|
|||
}
|
||||
|
||||
yesClick() {
|
||||
this.closeCommand();
|
||||
this.close();
|
||||
|
||||
isFunction(this.fYesAction) && this.fYesAction();
|
||||
}
|
||||
|
||||
noClick() {
|
||||
this.closeCommand();
|
||||
this.close();
|
||||
|
||||
isFunction(this.fNoAction) && this.fNoAction();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue