mbest / knockout

My enhancements to Knockout
35 stars 4 forks source link

Issues with parsedBindings #17

Closed fxposter closed 12 years ago

fxposter commented 12 years ago

If I build the latest version of your repository (or take beta2/3 from downloads) and put them into this page: http://jsfiddle.net/samdelagarza/ntMdB/167/ instead of base version of knockout, then I get error: "Uncaught TypeError: Cannot read property 'needs' of null". You can see that here: http://jsfiddle.net/ntMdB/186/, it includes the version, I've built today.

mbest commented 12 years ago

Thanks for reporting this. The error is coming from the empty data-bind. I took it out and now it works: http://jsfiddle.net/mbest/ntMdB/187/

I'll update the Knockout code to ignore an empty data-bind.