Browse Source

missing semi

Yomotsu 5 năm trước cách đây
mục cha
commit
881697f638
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/math/Vector2.js

+ 1 - 1
src/math/Vector2.js

@@ -33,7 +33,7 @@ class Vector2 {
 
 	get isVector2() {
 
-		return true
+		return true;
 
 	}