提交 60efde67 编写于 作者: T Takahiro

Fix typo in WebVR.js

上级 645c66d5
......@@ -176,7 +176,7 @@ THREE.WEBVR = {
stylizeElement( button );
navigator.xr.isSessionSupported( 'immersive-vr' ).then( funciton ( supported ) {
navigator.xr.isSessionSupported( 'immersive-vr' ).then( function ( supported ) {
if ( supported ) {
......
......@@ -178,7 +178,7 @@ var WEBVR = {
stylizeElement( button );
navigator.xr.isSessionSupported( 'immersive-vr' ).then( funciton ( supported ) {
navigator.xr.isSessionSupported( 'immersive-vr' ).then( function ( supported ) {
if ( supported ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册