mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
CommonJS (research/3)
This commit is contained in:
parent
586abbb802
commit
06bb124379
99 changed files with 51037 additions and 42961 deletions
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
Data = require('../../Storages/WebMailDataStorage.js'),
|
||||
|
||||
RL = require('../../Boots/RainLoopApp.js'),
|
||||
|
||||
kn = require('../../Knoin/Knoin.js'),
|
||||
KnoinAbstractViewModel = require('../../Knoin/KnoinAbstractViewModel.js')
|
||||
;
|
||||
|
|
@ -104,6 +106,6 @@
|
|||
this.key.focus(true);
|
||||
};
|
||||
|
||||
module.exports = new PopupsAddOpenPgpKeyViewModel();
|
||||
module.exports = PopupsAddOpenPgpKeyViewModel;
|
||||
|
||||
}(module));
|
||||
Loading…
Add table
Add a link
Reference in a new issue