mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Code refactoring (es5 -> es2015)
This commit is contained in:
parent
fb2e492ce8
commit
38a1041a73
42 changed files with 3081 additions and 3690 deletions
|
|
@ -46,11 +46,11 @@ import {checkTimestamp} from 'Storage/RainLoop';
|
|||
import Remote from 'Remote/User/Ajax';
|
||||
import Promises from 'Promises/User/Ajax';
|
||||
|
||||
import EmailModel from 'Model/Email';
|
||||
import AccountModel from 'Model/Account';
|
||||
import IdentityModel from 'Model/Identity';
|
||||
import TemplateModel from 'Model/Template';
|
||||
import OpenPgpKeyModel from 'Model/OpenPgpKey';
|
||||
import {EmailModel} from 'Model/Email';
|
||||
import {AccountModel} from 'Model/Account';
|
||||
import {IdentityModel} from 'Model/Identity';
|
||||
import {TemplateModel} from 'Model/Template';
|
||||
import {OpenPgpKeyModel} from 'Model/OpenPgpKey';
|
||||
|
||||
import kn from 'Knoin/Knoin';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue