Update FileSaver.js

This commit is contained in:
Aras Abbasi
2017-12-04 19:42:44 +01:00
committed by GitHub
parent 1bf9b35b54
commit db089ce81e
+1 -1
View File
@@ -173,7 +173,7 @@ var saveAs = saveAs || (function(view) {
}(
typeof self !== "undefined" && self
|| typeof window !== "undefined" && window
|| typeof global !== "undefined && global
|| typeof global !== "undefined" && global
|| Function('return this.content')()
|| Function('return this')()
));