回答編集履歴

1

誤字の修正

2016/12/27 19:36

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  var download = document.getElementById("text2");
70
70
 
71
- download.setAttribute('href', URL.createObjectURL(fileBlob));
71
+ download.setAttribute("href", URL.createObjectURL(fileBlob));
72
72
 
73
73
  download.download = document.getElementById("saveFileName").value + ".txt";
74
74