knockout appendChild => append

and tested closure-compiler 0.2.12 but still broken for es6 mode
This commit is contained in:
djmaze 2020-09-17 21:34:38 +02:00
parent 7713f459ac
commit 0f56c7d28f
11 changed files with 209 additions and 188 deletions

View file

@ -24,7 +24,7 @@ ko.tasks = (function () {
script = null;
callback();
};
document.documentElement.appendChild(script);
document.documentElement.append(script);
};
} else {
scheduler = function (callback) {