From 5bacda314330ef22889c4dd62fcedb6fc0112123 Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Fri, 12 Jan 2018 09:34:13 +0100 Subject: [PATCH] change as requested --- Blob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blob.js b/Blob.js index 6f26453..509e139 100644 --- a/Blob.js +++ b/Blob.js @@ -208,4 +208,4 @@ return object.__proto__; }; view.Blob.prototype = getPrototypeOf(new view.Blob()); -}(typeof self !== "undefined" && self || typeof window !== "undefined" && window || typeof global !== "undefined" && global || Function('return this.content')() || Function('return this')())); +}(typeof self !== "undefined" && self || typeof window !== "undefined" && window || typeof global !== "undefined" && global);