mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Use jassl lib
This commit is contained in:
parent
e451b2aaf9
commit
acd271974d
7 changed files with 601 additions and 39 deletions
|
|
@ -1,10 +1,12 @@
|
|||
|
||||
import window from 'window';
|
||||
import jsloader from 'Common/Loader';
|
||||
import {Promise} from 'es6-promise-polyfill/promise.js';
|
||||
import {progressJs} from 'progress.js/src/progress.js';
|
||||
import jassl from 'jassl';
|
||||
|
||||
window.jsloader = jsloader;
|
||||
window.Promise = window.Promise || Promise;
|
||||
window.progressJs = window.progressJs || progressJs();
|
||||
window.jassl = jassl;
|
||||
|
||||
window.progressJs.onbeforeend(() => {
|
||||
if (window.$)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue