mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 11:09:20 +03:00
Changes for #714
This commit is contained in:
parent
a085bbb51d
commit
e5ed52b79e
5 changed files with 55 additions and 39 deletions
|
|
@ -105,6 +105,7 @@ export class AbstractModel {
|
|||
// fall through
|
||||
case 'undefined':
|
||||
default:
|
||||
this[key] = value;
|
||||
// console.log((typeof this[key])+' '+(model.name)+'.'+key+' not revived');
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue