mirror of
https://github.com/moparisthebest/mail
synced 2025-01-10 21:18:02 -05:00
remove unnecessary comment
This commit is contained in:
parent
3f1aea5ebb
commit
98c9743174
@ -356,7 +356,7 @@ define(function(require) {
|
||||
self._keychain = keychain;
|
||||
pgp = new PGP();
|
||||
self._crypto = pgp;
|
||||
self._pgpbuilder = pgpbuilder = new PgpBuilder({}); // set the worker path?!
|
||||
self._pgpbuilder = pgpbuilder = new PgpBuilder();
|
||||
self._emailDao = emailDao = new EmailDAO(keychain, pgp, userStorage, pgpbuilder, mailreader);
|
||||
self._outboxBo = new OutboxBO(emailDao, keychain, userStorage, invitationDao);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user