Remove global variable

This commit is contained in:
Eli Grey
2018-01-12 05:07:27 -08:00
parent d91a2a233a
commit 3eca1d01c8
-1
View File
@@ -211,6 +211,5 @@
}(
typeof self !== "undefined" && self
|| typeof window !== "undefined" && window
|| typeof global !== "undefined" && global
|| this
));