Browse Source

Fixed lint errors

Brandon Jones 5 years ago
parent
commit
36c8830216
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/renderers/webxr/WebXRManager.js

+ 2 - 2
src/renderers/webxr/WebXRManager.js

@@ -251,7 +251,7 @@ function WebXRManager( renderer, gl ) {
 					controller.targetRay.dispatchEvent( { type: 'disconnected', data: inputSource } );
 					controller.targetRay.dispatchEvent( { type: 'disconnected', data: inputSource } );
 
 
 				}
 				}
-	
+
 				if ( controller.grip ) {
 				if ( controller.grip ) {
 
 
 					controller.grip.dispatchEvent( { type: 'disconnected', data: inputSource } );
 					controller.grip.dispatchEvent( { type: 'disconnected', data: inputSource } );
@@ -278,7 +278,7 @@ function WebXRManager( renderer, gl ) {
 					controller.targetRay.dispatchEvent( { type: 'connected', data: inputSource } );
 					controller.targetRay.dispatchEvent( { type: 'connected', data: inputSource } );
 
 
 				}
 				}
-	
+
 				if ( controller.grip ) {
 				if ( controller.grip ) {
 
 
 					controller.grip.dispatchEvent( { type: 'connected', data: inputSource } );
 					controller.grip.dispatchEvent( { type: 'connected', data: inputSource } );