Browse Source

Remove unnecessary comma in TransformControls

Tristan Valcke 8 năm trước cách đây
mục cha
commit
a2a0c8879d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/js/controls/TransformControls.js

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

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