mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
CommonJS (research/3)
This commit is contained in:
parent
586abbb802
commit
06bb124379
99 changed files with 51037 additions and 42961 deletions
|
|
@ -15,6 +15,8 @@
|
|||
Cache = require('../../Storages/WebMailCacheStorage.js'),
|
||||
Remote = require('../../Storages/WebMailAjaxRemoteStorage.js'),
|
||||
|
||||
RL = require('../../Boots/RainLoopApp.js'),
|
||||
|
||||
kn = require('../../Knoin/Knoin.js'),
|
||||
KnoinAbstractViewModel = require('../../Knoin/KnoinAbstractViewModel.js')
|
||||
;
|
||||
|
|
@ -115,6 +117,6 @@
|
|||
}
|
||||
};
|
||||
|
||||
module.exports = new PopupsFolderClearViewModel();
|
||||
module.exports = PopupsFolderClearViewModel;
|
||||
|
||||
}(module));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue