質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
a.download = 'hoge.pdf'
|
16
16
|
|
17
|
-
}
|
17
|
+
})
|
18
18
|
|
19
19
|
```
|
20
20
|
|
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
document.body.removeChild(a)
|
40
40
|
|
41
|
-
}
|
41
|
+
})
|
42
42
|
|
43
43
|
```
|
44
44
|
|