This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
javascript
/
three.js
kopia lustrzana
https://github.com/tazdij/three.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Add missing semicolon in DragControls
Tristan Valcke
8 lat temu
rodzic
ef56ae47d5
commit
3d7e3b644e
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
examples/js/controls/DragControls.js
+ 1
- 1
examples/js/controls/DragControls.js
Wyświetl plik
@@ -232,4 +232,4 @@ THREE.DragControls = function( _camera, _objects, _domElement ) {
}
-}
+}
;