浏览代码

missing semi

Yomotsu 5 年之前
父节点
当前提交
881697f638
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/math/Vector2.js

+ 1 - 1
src/math/Vector2.js

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