gladeye / aframe-preloader-component

A preloading bar that automatically displays while scene assets load.
https://gladeye.github.io/aframe-preloader-component
MIT License
34 stars 14 forks source link

Normalize variable for switch statement #5

Closed beyerz closed 6 years ago

beyerz commented 6 years ago

When getting nodeName on my computer, it is in Upper Case.

ensure that nodeName is always compared using lower case. This will ensure compatibility between browsers.

UXVirtual commented 6 years ago

Thanks for this PR! I'll push it out in the next release to npm :-)