Преглед изворни кода

Merge pull request #6334 from mstrater/patch-1

Unnecessary parameter
Ricardo Cabello пре 10 година
родитељ
комит
517076c428
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/controls/TransformControls.js

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

@@ -662,7 +662,7 @@
 
 		};
 
-		this.detach = function ( object ) {
+		this.detach = function () {
 
 			scope.object = undefined;
 			this.axis = null;