mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Improved js minification
This commit is contained in:
parent
8884adcb72
commit
b31bf3d7f5
16 changed files with 99 additions and 150 deletions
2
dev/External/ko.js
vendored
2
dev/External/ko.js
vendored
|
|
@ -273,5 +273,3 @@ ko.addComputablesTo = (target, computables) =>
|
|||
|
||||
ko.addSubscribablesTo = (target, subscribables) =>
|
||||
Object.entries(subscribables).forEach(([key, fn]) => target[key].subscribe(fn));
|
||||
|
||||
export default ko;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue