mbest / knockout.punches

A collection of enhanced binding syntaxes using Knockout 3+
http://mbest.github.io/knockout.punches/
238 stars 19 forks source link

Fix for Issue #46 [replaced] #47

Closed robertmclaws closed 9 years ago

robertmclaws commented 9 years ago

When this commit https://github.com/mbest/knockout.punches/commit/2981643f801292722f1a80fd73316be8ac4a3151 was accepted and rewritten, the changes made missed executing the function so it's result could be evaluated against the default. This change corrects that oversight.

mbest commented 9 years ago

See comment on #46.