From 3eca1d01c802acd6fb02def446dab87191200a15 Mon Sep 17 00:00:00 2001 From: Eli Grey <~@eligrey.com> Date: Fri, 12 Jan 2018 05:07:27 -0800 Subject: [PATCH] Remove global variable --- Blob.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Blob.js b/Blob.js index f79055b..398692b 100644 --- a/Blob.js +++ b/Blob.js @@ -211,6 +211,5 @@ }( typeof self !== "undefined" && self || typeof window !== "undefined" && window - || typeof global !== "undefined" && global || this ));