mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Remove Common/Enums Magics.*
This commit is contained in:
parent
382aef7ebb
commit
6541a1de7c
38 changed files with 135 additions and 219 deletions
4
dev/bootstrap.js
vendored
4
dev/bootstrap.js
vendored
|
|
@ -60,7 +60,7 @@ export default (App) => {
|
|||
$htmlCL.add('rl-booted');
|
||||
|
||||
App.bootstart();
|
||||
}, Enums.Magics.Time10ms);
|
||||
}, 10);
|
||||
};
|
||||
|
||||
window.__APP_BOOT = fErrorCallback => {
|
||||
|
|
@ -74,7 +74,7 @@ export default (App) => {
|
|||
}
|
||||
|
||||
window.__APP_BOOT = null;
|
||||
}, Enums.Magics.Time10ms);
|
||||
}, 10);
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue