mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Added test contacts CardDAV settings
This commit is contained in:
parent
2809e75307
commit
3d55bdaf5a
7 changed files with 87 additions and 25 deletions
1
dev/External/ko.js
vendored
1
dev/External/ko.js
vendored
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue