mbest / knockout

My enhancements to Knockout
35 stars 4 forks source link

for two-way bindings, handle out-of-sync situation #24

Open mbest opened 11 years ago

mbest commented 11 years ago

setUpTwoWayBinding function can check if values are different and perform updates if that's the case.

mbest commented 11 years ago

First attempt: bdc79eac5