mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Code refactoring
This commit is contained in:
parent
4a95dd6195
commit
36329110e5
81 changed files with 3474 additions and 2124 deletions
10
vendors/rl/rl.js
vendored
10
vendors/rl/rl.js
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/*! RainLoop Index Helper v1.1 (c) 2013 RainLoop Team; Licensed under MIT */
|
||||
(function (window, JSON) {
|
||||
/*! RainLoop Index Helper v1.2 (c) 2013 RainLoop Team; Licensed under MIT */
|
||||
(function (window, document, JSON) {
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
|
|
@ -85,8 +85,8 @@
|
|||
};
|
||||
|
||||
window['__runBoot'] = function (bWithError) {
|
||||
if (window.__RLBOOT && !bWithError) {
|
||||
window.__RLBOOT(function (bV) {
|
||||
if (window.__APP_BOOT && !bWithError) {
|
||||
window.__APP_BOOT(function (bV) {
|
||||
if (!bV) {
|
||||
__showError();
|
||||
}
|
||||
|
|
@ -96,4 +96,4 @@
|
|||
}
|
||||
};
|
||||
|
||||
}(window, window.JSON));
|
||||
}(window, window.document, window.JSON));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue