mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Drop unused sModelName
This commit is contained in:
parent
7d89de2fdb
commit
ddc866735c
13 changed files with 14 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ class IdentityModel extends AbstractModel {
|
|||
* @param {string} email
|
||||
*/
|
||||
constructor(id, email) {
|
||||
super('IdentityModel');
|
||||
super();
|
||||
|
||||
this.id = ko.observable(id || '');
|
||||
this.email = ko.observable(email);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue