Explorar o código

Merge pull request #6334 from mstrater/patch-1

Unnecessary parameter
Ricardo Cabello %!s(int64=10) %!d(string=hai) anos
pai
achega
517076c428
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;