소스 검색

return this

sunag 8 년 전
부모
커밋
00f53cdaae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -125,7 +125,7 @@ Box3.prototype = {
 
 		this.makeEmpty();
 
-		this.expandByObject( object );
+		return this.expandByObject( object );
 
 	},