Change to named export

This commit is contained in:
Alexey
2017-12-25 09:19:44 +03:00
parent 17d5c67eb3
commit ff675f8052
+1 -1
View File
@@ -13,7 +13,7 @@
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */
export default (function(view) {
export var saveAs = (function(view) {
"use strict";
// IE <10 is explicitly unsupported
if (typeof view === "undefined" || typeof navigator !== "undefined" && /MSIE [1-9]\./.test(navigator.userAgent)) {