質問編集履歴

2

不要な宣言の削除

2019/05/16 10:04

投稿

Reem
Reem

スコア27

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  copyFrom.select();
46
46
 
47
- var retVal = document.execCommand('copy');
47
+ document.execCommand('copy');
48
48
 
49
49
  bodyElm.removeChild(copyFrom);
50
50
 

1

脱字の修正

2019/05/16 10:04

投稿

Reem
Reem

スコア27

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,8 @@
48
48
 
49
49
  bodyElm.removeChild(copyFrom);
50
50
 
51
+ }
52
+
51
53
 
52
54
 
53
55
  ```