mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Drop unused sModelName
This commit is contained in:
parent
7d89de2fdb
commit
ddc866735c
13 changed files with 14 additions and 15 deletions
|
|
@ -15,7 +15,7 @@ class ComposeAttachmentModel extends AbstractModel {
|
|||
* @param {string=} contentLocation = ''
|
||||
*/
|
||||
constructor(id, fileName, size = null, isInline = false, isLinked = false, CID = '', contentLocation = '') {
|
||||
super('ComposeAttachmentModel');
|
||||
super();
|
||||
|
||||
this.id = id;
|
||||
this.isInline = !!isInline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue