Commit Graph

4 Commits

Author SHA1 Message Date
Sam Lichlyter 5489339a30 refactor(core): Replace "var" (#8299)
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
2018-10-24 13:07:40 -04:00
Evan You a53d54aa8a fix whitespace vnode identity breaking patch (fix #3043) 2016-06-08 13:28:55 -04:00
Evan You 5807adcf1f e2e test for todomvc 2016-04-21 19:23:13 -04:00
Evan You c942793b8c e2e tests for tree 2016-04-21 18:19:09 -04:00