Skip to content

Commit

Permalink
Update FileSaver.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Dec 4, 2017
1 parent 1bf9b35 commit db089ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileSaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')()
));
Expand Down

0 comments on commit db089ce

Please sign in to comment.