浏览代码

`scope` is never used

Jiulong Hu 8 年之前
父节点
当前提交
7839973078
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 );