回答編集履歴

1

ミスの修正

2015/09/02 16:34

投稿

icham
icham

スコア559

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  current = 'small';
24
24
 
25
- } else if (w > x && current !== 'big) {
25
+ } else if (w > x && current !== 'big') {
26
26
 
27
27
  // 641px以上のときの処理
28
28