mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Improved js minification
This commit is contained in:
parent
8884adcb72
commit
b31bf3d7f5
16 changed files with 99 additions and 150 deletions
5
dev/External/User/ko.js
vendored
5
dev/External/User/ko.js
vendored
|
|
@ -1,4 +1,5 @@
|
|||
import ko from 'External/ko';
|
||||
import 'External/ko';
|
||||
import ko from 'ko';
|
||||
import { HtmlEditor } from 'Common/Html';
|
||||
import { timeToNode } from 'Common/Momentor';
|
||||
import { EmailModel } from 'Model/Email';
|
||||
|
|
@ -287,5 +288,3 @@ ko.extenders.specialThrottle = (target, timeout) => {
|
|||
|
||||
return target;
|
||||
};
|
||||
|
||||
export default ko;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue