質問編集履歴

1

コードの修正

2016/06/16 03:21

投稿

cisdur
cisdur

スコア46

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  function showPage(id) {
66
66
 
67
- page = new Page(id);
67
+ const page = new Page(id);
68
68
 
69
69
  page.show();
70
70