Update FileSaver.js

This commit is contained in:
Aras Abbasi
2018-01-12 13:46:49 +01:00
committed by GitHub
parent 0b90542535
commit fe42ec4055
+2 -2
View File
@@ -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