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
missing semi
Yomotsu
5 years ago
parent
938a4cf5ab
commit
881697f638
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/math/Vector2.js
+ 1
- 1
src/math/Vector2.js
View File
@@ -33,7 +33,7 @@ class Vector2 {
get isVector2() {
- return true
+ return true
;
}