Created
February 3, 2017 21:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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