replaced the non-breaking space at with space
This is causing IE to unable to recognize the { on line 49
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ function download (url, name, opts) {
|
||||
xhr.onload = function () {
|
||||
saveAs(xhr.response, name, opts)
|
||||
}
|
||||
xhr.onerror = function () {
|
||||
xhr.onerror = function () {
|
||||
console.error('could not download file')
|
||||
}
|
||||
xhr.send()
|
||||
|
||||
Reference in New Issue
Block a user