mbest / knockout-repeat

REPEAT binding for Knockout
http://mbest.github.io/knockout-repeat/
131 stars 18 forks source link

shouldBindDescendants isn't exported in Knockout #6

Closed mbest closed 10 years ago

mbest commented 12 years ago

applyBindingsToNode returns an object which should let us know whether to bind descendants or not. But in the minified Knockout code, the shouldBindDescendants property gets compressed.

mbest commented 10 years ago

With Knockout 3.0, this works fine now.