mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
cleanup some json code
This commit is contained in:
parent
f23b7205c6
commit
528b6cd096
5 changed files with 19 additions and 12 deletions
|
|
@ -18,6 +18,7 @@ export class AttachmentModel extends AbstractModel {
|
|||
this.checked = ko.observable(true);
|
||||
|
||||
this.mimeType = '';
|
||||
// this.mimeTypeParams = '';
|
||||
this.fileName = '';
|
||||
this.fileNameExt = '';
|
||||
this.fileType = FileType.Unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue