Jay Yang

Results 2 issues of Jay Yang

when provide a "create" callback for mapping, then withProxyDependentObservable will change the global ko.dependentObservable line 244 ``` ko.dependentObservable = function (read, owner, options) { ``` in this closure when the...

We can use not only the fixed internal handlers but also customized functions to handle set attribute on specified node. e.g ``` javascript img: { check_attributes: { src: true, title:...