mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
knockout appendChild => append
and tested closure-compiler 0.2.12 but still broken for es6 mode
This commit is contained in:
parent
7713f459ac
commit
0f56c7d28f
11 changed files with 209 additions and 188 deletions
2
vendors/knockout/src/tasks.js
vendored
2
vendors/knockout/src/tasks.js
vendored
|
|
@ -24,7 +24,7 @@ ko.tasks = (function () {
|
|||
script = null;
|
||||
callback();
|
||||
};
|
||||
document.documentElement.appendChild(script);
|
||||
document.documentElement.append(script);
|
||||
};
|
||||
} else {
|
||||
scheduler = function (callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue