Closed mbest closed 10 years ago
The hackish code that sets up a dummy _subscribable
function is so that Knockout will track observables that are accessed from within getBindingAccessors
. Otherwise, those observables aren't tracked and cannot update the bindings.
Thanks @mbest for those changes. I definitely wouldn't have had a beat on the "hackish" part. Hopefully we can remove it at some point.
Changes are merged. Made a few stylistic changes, added a 2.x runner file, and updated references to use KO 3.0 for examples.
Specifically, this solves the multiple calls issue, #18.