回答編集履歴

1

typo

2016/10/13 08:18

投稿

shoota
shoota

スコア246

test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- this.listenTo(Todos, 'all', this.render);
55
+ this.listenTo(Todos, 'reset', this.addAll);
56
56
 
57
57
  .....
58
58