Skip to content

Commit

Permalink
Revert interface change. (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrahunt authored and jimmywarting committed Mar 22, 2018
1 parent 28a86d9 commit a606064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileSaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

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

0 comments on commit a606064

Please sign in to comment.