Fix spelling of click-function
This commit is contained in:
committed by
Jimmy Wärting
parent
74846b33fe
commit
767f830766
+1
-1
@@ -120,7 +120,7 @@ var saveAs = _global.saveAs ||
|
|||||||
var a = document.createElement('a')
|
var a = document.createElement('a')
|
||||||
a.href = blob
|
a.href = blob
|
||||||
a.target = '_blank'
|
a.target = '_blank'
|
||||||
setTimeout(function () { clikc(a) })
|
setTimeout(function () { click(a) })
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
navigator.msSaveOrOpenBlob(bom(blob, opts), name)
|
navigator.msSaveOrOpenBlob(bom(blob, opts), name)
|
||||||
|
|||||||
Reference in New Issue
Block a user