SteveSanderson / knockout-es5

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

Item which is already an observable array does not get wrapped with mutators #39

Open jrsearles opened 9 years ago

jrsearles commented 9 years ago

If a property is already an observableArray it simply gets passed as a getter/setter and does not end up getting wrapped with the array mutator methods.

PR coming.