提交 682f968c 编写于 作者: T Tristan VALCKE

Protect Ray against the closure circular reference bug

上级 6e67c176
......@@ -11,7 +11,7 @@ function Ray( origin, direction ) {
}
Ray.prototype = {
Object.assign( Ray.prototype, {
constructor: Ray,
......@@ -534,7 +534,7 @@ Ray.prototype = {
}
};
} );
export { Ray };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册