SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
158 stars 39 forks source link

Adding method to untrack tracked properties #19

Closed jrsearles closed 9 years ago

jrsearles commented 10 years ago

This removes registered properties from the internal weakmap so that they can be registered again with new observables.

Fixed #18

SteveSanderson commented 9 years ago

Thanks!