Skip to content

Commit

Permalink
Update FileSaver.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Jan 12, 2018
1 parent 0b90542 commit fe42ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FileSaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ var saveAs = saveAs || (function(view) {
typeof self !== "undefined" && self
|| typeof window !== "undefined" && window
|| typeof global !== "undefined" && global
|| Function('return this.content')()
|| Function('return this')()
|| this.content
|| this
));
// `self` is undefined in Firefox for Android content script context
// while `this` is nsIContentFrameMessageManager
Expand Down

0 comments on commit fe42ec4

Please sign in to comment.