回答編集履歴

1

コードミス

2016/12/22 16:30

投稿

turbgraphics200
turbgraphics200

スコア4267

test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  setTimeout(function(){
26
26
 
27
- $(that).text("GO!");
27
+ $(this).text("GO!");
28
28
 
29
29
  }.bind(this), 1000);
30
30
 
@@ -36,7 +36,7 @@
36
36
 
37
37
  setTimeout(() => {
38
38
 
39
- $(that).text("GO!");
39
+ $(this).text("GO!");
40
40
 
41
41
  }, 1000);
42
42