mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -6,7 +6,7 @@ import { AbstractModel } from 'Knoin/AbstractModel';
|
|||
|
||||
const trim = text => null == text ? "" : (text + "").trim();
|
||||
|
||||
class ContactPropertyModel extends AbstractModel {
|
||||
export class ContactPropertyModel extends AbstractModel {
|
||||
/**
|
||||
* @param {number=} type = Enums.ContactPropertyType.Unknown
|
||||
* @param {string=} typeStr = ''
|
||||
|
|
@ -54,5 +54,3 @@ class ContactPropertyModel extends AbstractModel {
|
|||
|
||||
// static reviveFromJson(json) {}
|
||||
}
|
||||
|
||||
export { ContactPropertyModel, ContactPropertyModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue