Explorar el Código

Update HelioWebXRPolyfill.js

Morgan Villedieu hace 6 años
padre
commit
dfe0eeafef
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      examples/js/vr/HelioWebXRPolyfill.js

+ 4 - 0
examples/js/vr/HelioWebXRPolyfill.js

@@ -1,3 +1,7 @@
+/**
+ * @author mvilledieu / http://github.com/mvilledieu
+ */
+
 if ('xr' in navigator && /(Helio)/g.test(navigator.userAgent)) {
 
 	console.log('Helio WebXR Polyfill', navigator.xr);