mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Drop unused sModelName
This commit is contained in:
parent
7d89de2fdb
commit
ddc866735c
13 changed files with 14 additions and 15 deletions
|
|
@ -11,7 +11,7 @@ class AccountModel extends AbstractModel {
|
|||
* @param {number=} count = 0
|
||||
*/
|
||||
constructor(email, canBeDelete = true, count = 0) {
|
||||
super('AccountModel');
|
||||
super();
|
||||
|
||||
this.email = email;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue