This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing semicolon in DragControls
Tristan Valcke
8 years ago
parent
ef56ae47d5
commit
3d7e3b644e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
examples/js/controls/DragControls.js
+ 1
- 1
examples/js/controls/DragControls.js
View File
@@ -232,4 +232,4 @@ THREE.DragControls = function( _camera, _objects, _domElement ) {
}
-}
+}
;