소스 검색

`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 );