Explorar o código

Add missing semicolon in FirstPersonControls

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
1899694539
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/controls/FirstPersonControls.js

+ 1 - 1
examples/js/controls/FirstPersonControls.js

@@ -269,7 +269,7 @@ THREE.FirstPersonControls = function ( object, domElement ) {
 		window.removeEventListener( 'keydown', _onKeyDown, false );
 		window.removeEventListener( 'keyup', _onKeyUp, false );
 
-	}
+	};
 
 	var _onMouseMove = bind( this, this.onMouseMove );
 	var _onMouseDown = bind( this, this.onMouseDown );