mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
CommonJS (research/4)
This commit is contained in:
parent
06bb124379
commit
8d73c7b1b2
127 changed files with 1893 additions and 1085 deletions
|
|
@ -1,16 +1,15 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||||
'use strict';
|
||||
|
||||
(function (module) {
|
||||
|
||||
'use strict';
|
||||
|
||||
var
|
||||
Globals = {},
|
||||
window = require('../External/window.js'),
|
||||
ko = require('../External/ko.js'),
|
||||
key = require('../External/key.js'),
|
||||
$html = require('../External/$html.js'),
|
||||
|
||||
|
||||
Enums = require('../Common/Enums.js')
|
||||
;
|
||||
|
||||
|
|
@ -108,7 +107,7 @@
|
|||
* @type {string}
|
||||
*/
|
||||
Globals.sAnimationType = '';
|
||||
|
||||
|
||||
/**
|
||||
* @type {*}
|
||||
*/
|
||||
|
|
@ -181,11 +180,11 @@
|
|||
}
|
||||
|
||||
Globals.oI18N = window['rainloopI18N'] || {};
|
||||
|
||||
|
||||
Globals.oNotificationI18N = {};
|
||||
|
||||
|
||||
Globals.aBootstrapDropdowns = [];
|
||||
|
||||
|
||||
Globals.aViewModels = {
|
||||
'settings': [],
|
||||
'settings-removed': [],
|
||||
|
|
@ -270,7 +269,7 @@
|
|||
Globals.keyScope(Globals.keyScopeFake());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
module.exports = Globals;
|
||||
|
||||
}(module));
|
||||
Loading…
Add table
Add a link
Reference in a new issue