Browse Source

return this

sunag 8 năm trước cách đây
mục cha
commit
00f53cdaae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 );
 
 	},