回答編集履歴

1

未使用変数削除

2018/06/05 07:18

投稿

x_x
x_x

スコア13749

test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  while (pos > -1) {
36
36
 
37
- var replacementNode = textNode.splitText(pos);
37
+ textNode.splitText(pos);
38
38
 
39
39
  textNode.nextSibling.splitText(pos + 3);
40
40