From 92f955df827fda0aa30da1de8d8cd645b1f0b9fd Mon Sep 17 00:00:00 2001 From: Robert Plummer Date: Mon, 10 Jul 2017 15:20:06 -0400 Subject: [PATCH] equality check --- src/index-core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index-core.js b/src/index-core.js index 0dafae04..37d75529 100644 --- a/src/index-core.js +++ b/src/index-core.js @@ -6,7 +6,7 @@ if (typeof module !== 'undefined') { } if (typeof window !== 'undefined') { window.GPUCore = GPUCore; - if(window.GPU == null) { + if(window.GPU === null) { window.GPU = GPUCore; } } \ No newline at end of file