mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
es5 -> es2015 (last stage)
Signature plugin fixes Add view decorator A large number of fixes
This commit is contained in:
parent
e88c193334
commit
17669b7be0
153 changed files with 21193 additions and 21115 deletions
|
|
@ -3,9 +3,7 @@ import window from 'window';
|
|||
|
||||
import {Promise} from 'es6-promise-polyfill/promise.js';
|
||||
import {progressJs} from '../node_modules/Progress.js/src/progress.js';
|
||||
import {jassl} from 'jassl';
|
||||
|
||||
window.jassl = jassl;
|
||||
window.Promise = window.Promise || Promise;
|
||||
window.progressJs = window.progressJs || progressJs();
|
||||
|
||||
|
|
@ -25,7 +23,6 @@ window.progressJs.onbeforeend(() => {
|
|||
|
||||
require('json3');
|
||||
require('../vendors/modernizr/modernizr-custom.js');
|
||||
|
||||
require('Common/Booter');
|
||||
|
||||
if (window.__runBoot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue