This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
javascript
/
three.js
同期ミラー
https://github.com/tazdij/three.js.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Add missing semicolon in DragControls
Tristan Valcke
8 年 前
親
ef56ae47d5
コミット
3d7e3b644e
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
examples/js/controls/DragControls.js
+ 1
- 1
examples/js/controls/DragControls.js
ファイルの表示
@@ -232,4 +232,4 @@ THREE.DragControls = function( _camera, _objects, _domElement ) {
}
-}
+}
;