mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Move setupSettings() in constructor
This commit is contained in:
parent
c9fe7516c4
commit
2dfa0b5f0e
3 changed files with 4 additions and 18 deletions
|
|
@ -18,12 +18,8 @@ export class AbstractSettingsScreen extends AbstractScreen {
|
|||
this.menu = ko.observableArray();
|
||||
|
||||
this.oCurrentSubScreen = null;
|
||||
|
||||
this.setupSettings();
|
||||
}
|
||||
|
||||
setupSettings() {}
|
||||
|
||||
onRoute(subName) {
|
||||
let settingsScreen = null,
|
||||
viewModelDom = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue