Fix spelling of click-function

This commit is contained in:
Patrick Löcker
2018-09-28 15:01:52 +02:00
committed by Jimmy Wärting
parent 74846b33fe
commit 767f830766
+1 -1
View File
@@ -120,7 +120,7 @@ var saveAs = _global.saveAs ||
var a = document.createElement('a')
a.href = blob
a.target = '_blank'
setTimeout(function () { clikc(a) })
setTimeout(function () { click(a) })
}
} else {
navigator.msSaveOrOpenBlob(bom(blob, opts), name)