質問編集履歴

2

誤字修正

2015/10/17 14:47

投稿

the_saidaa
the_saidaa

スコア27

test CHANGED
File without changes
test CHANGED
@@ -168,6 +168,8 @@
168
168
 
169
169
  element.appendChild(df);
170
170
 
171
+ }
172
+
171
173
 
172
174
 
173
175
  // 現在の手番が石を置けるかどうか判別する

1

誤字修正

2015/10/17 14:47

投稿

the_saidaa
the_saidaa

スコア27

test CHANGED
File without changes
test CHANGED
@@ -136,9 +136,9 @@
136
136
 
137
137
  board.id = "p" + y + x;
138
138
 
139
- board.setAttribute("style", "border: 1px solid black; float: left; height: 60px;
139
+ board.setAttribute("style", "border: 1px solid black; float: left; height: 60px;\
140
-
140
+
141
- width: 60px; background: green; style: pointr");
141
+ width: 60px; background: green; style: pointer");
142
142
 
143
143
  board.addEventListener("click", clickEvent, false);
144
144