2
0
Эх сурвалжийг харах

Remove unnecessary comma in TransformControls

Tristan Valcke 8 жил өмнө
parent
commit
a2a0c8879d

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

@@ -444,7 +444,7 @@
 			var group = {
 			var group = {
 
 
 				handles: this[ "handles" ],
 				handles: this[ "handles" ],
-				pickers: this[ "pickers" ],
+				pickers: this[ "pickers" ]
 
 
 			};
 			};