Added test contacts CardDAV settings

This commit is contained in:
the-djmaze 2024-10-29 13:17:30 +01:00
parent 2809e75307
commit 3d55bdaf5a
7 changed files with 87 additions and 25 deletions

1
dev/External/ko.js vendored
View file

@ -15,6 +15,7 @@ export const
* based solely on the values of other observables in the application
*/
koComputable = fn => ko.computed(fn, {'pure':true}),
// koObservable = value => ko.observable(value),
addObservablesTo = (target, observables) =>
forEachObjectEntry(observables, (key, value) =>