mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
prettier --write
This commit is contained in:
parent
450528ff00
commit
8a0be3212d
164 changed files with 7053 additions and 9008 deletions
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
import ko from 'ko';
|
||||
import {$html, bMobileDevice} from 'Common/Globals';
|
||||
import { $html, bMobileDevice } from 'Common/Globals';
|
||||
import * as Settings from 'Storage/Settings';
|
||||
|
||||
class AbstractAppStore
|
||||
{
|
||||
class AbstractAppStore {
|
||||
constructor() {
|
||||
this.allowLanguagesOnSettings = ko.observable(true);
|
||||
this.allowLanguagesOnLogin = ko.observable(true);
|
||||
|
|
@ -35,4 +33,4 @@ class AbstractAppStore
|
|||
}
|
||||
}
|
||||
|
||||
export {AbstractAppStore, AbstractAppStore as default};
|
||||
export { AbstractAppStore, AbstractAppStore as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue