More Knockout code to ES6

This commit is contained in:
djmaze 2021-07-29 11:43:47 +02:00
parent b7cb990b00
commit cbecdd93a0
22 changed files with 733 additions and 865 deletions

View file

@ -66,5 +66,3 @@ ko.tasks = (() => {
return tasks;
})();
ko.exportSymbol('tasks', ko.tasks);