Update Blob.js

This commit is contained in:
Aras Abbasi
2018-01-12 13:45:32 +01:00
committed by GitHub
parent 6b0a8a55fb
commit a501740f9d
+1 -5
View File
@@ -212,9 +212,5 @@
typeof self !== "undefined" && self
|| typeof window !== "undefined" && window
|| typeof global !== "undefined" && global
|| Function('return this.content')()
|| Function('return this')()
|| this
));
// `self` is undefined in Firefox for Android content script context
// while `this` is nsIContentFrameMessageManager
// with an attribute `content` that corresponds to the window