Pārlūkot izejas kodu

Removed trailing ,

James Baicoianu 6 gadi atpakaļ
vecāks
revīzija
357dc634ce
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 {
 			return {
 				x: 0,
 				x: 0,
 				y: 0,
 				y: 0,
-				button: event.button,
+				button: event.button
 			};
 			};
 
 
 		} else {
 		} else {