mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
prettier --write
This commit is contained in:
parent
450528ff00
commit
8a0be3212d
164 changed files with 7053 additions and 9008 deletions
|
|
@ -1,19 +1,16 @@
|
|||
|
||||
import ko from 'ko';
|
||||
|
||||
import {change} from 'Common/Links';
|
||||
import { change } from 'Common/Links';
|
||||
|
||||
import {AbstractModel} from 'Knoin/AbstractModel';
|
||||
import { AbstractModel } from 'Knoin/AbstractModel';
|
||||
|
||||
class AccountModel extends AbstractModel
|
||||
{
|
||||
class AccountModel extends AbstractModel {
|
||||
/**
|
||||
* @param {string} email
|
||||
* @param {boolean=} canBeDelete = true
|
||||
* @param {number=} count = 0
|
||||
*/
|
||||
constructor(email, canBeDelete = true, count = 0)
|
||||
{
|
||||
constructor(email, canBeDelete = true, count = 0) {
|
||||
super('AccountModel');
|
||||
|
||||
this.email = email;
|
||||
|
|
@ -33,4 +30,4 @@ class AccountModel extends AbstractModel
|
|||
}
|
||||
}
|
||||
|
||||
export {AccountModel, AccountModel as default};
|
||||
export { AccountModel, AccountModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue