Dear fellow KO lovers,
Maybe somebody can help me with the following problem.
I've created a computed observable with a custom read() and write() implementation. When I use this custom computed observable, the write() functions properly, but the read isn't (I think). When I change the value with the write() function, the read() is called afterwards 1 time. When I change the value for the second time, the read is called twice. Everytime the write is called, the read is called once more than the last time.
I've created a small sample:
http://jsfiddle.net/q4KQM/Hopefully somebody knows the reason.
Thanks in advance!
Greetings,
M. Boejax.