瀏覽代碼

Three.Legacy: Removed unnecessary semicolon

Mugen87 7 年之前
父節點
當前提交
1bfa52763c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Three.Legacy.js

+ 1 - 1
src/Three.Legacy.js

@@ -1338,7 +1338,7 @@ Object.assign( WebGLRenderer.prototype, {
 
 		console.warn( 'THREE.WebGLRenderer: .setFaceCulling() has been removed.' );
 
-	},
+	}
 
 } );