equality check

This commit is contained in:
Robert Plummer 2017-07-10 15:20:06 -04:00
parent 523cd88e0b
commit 92f955df82

2
src/index-core.js vendored
View File

@ -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;
}
}