Skip to content

Instantly share code, notes, and snippets.

@michael-mafi
Created February 3, 2017 21:08
Show Gist options
  • Select an option

  • Save michael-mafi/658c06748e8ba0dc9f74b49bd3af429b to your computer and use it in GitHub Desktop.

Select an option

Save michael-mafi/658c06748e8ba0dc9f74b49bd3af429b to your computer and use it in GitHub Desktop.
bug fix challenge for todo MVC by Luca https://github.com/tastejs/todomvc/pull/1737
After trying a lot of ways removing code seemed to produce the desired effect.
// The code below was commented out in the main app.js file
// if (!val) {
// this.destroy(e);
// return;
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment