提交 3c4475d3 编写于 作者: T Tristan VALCKE

Protect Box3 against the closure circular reference bug

上级 86f15b95
......@@ -13,7 +13,7 @@ function Box3( min, max ) {
}
Box3.prototype = {
Object.assign( Box3.prototype, {
constructor: Box3,
......@@ -473,7 +473,7 @@ Box3.prototype = {
}
};
} );
export { Box3 };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册