Browse Source

`scope` is never used

Jiulong Hu 8 years ago
parent
commit
7839973078
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/controls/TransformControls.js

+ 0 - 2
examples/js/controls/TransformControls.js

@@ -83,8 +83,6 @@
 
 	THREE.TransformGizmo = function () {
 
-		var scope = this;
-
 		this.init = function () {
 
 			THREE.Object3D.call( this );