Skip to content

Commit a606064

Browse files
chrahuntjimmywarting
authored andcommitted
Revert interface change. (#411)
1 parent 28a86d9 commit a606064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FileSaver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/src/FileSaver.js */
1515

16-
export default var saveAs = saveAs || (function(view) {
16+
export var saveAs = saveAs || (function(view) {
1717
"use strict";
1818
// IE <10 is explicitly unsupported
1919
if (typeof view === "undefined" || typeof navigator !== "undefined" && /MSIE [1-9]\./.test(navigator.userAgent)) {

0 commit comments

Comments
 (0)