Browse Source

Removed trailing ,

James Baicoianu 6 years ago
parent
commit
357dc634ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/controls/TransformControls.js

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

@@ -519,7 +519,7 @@ THREE.TransformControls = function ( camera, domElement ) {
 			return {
 				x: 0,
 				y: 0,
-				button: event.button,
+				button: event.button
 			};
 
 		} else {