提交 4a7168ca 编写于 作者: T Tristan VALCKE

Protect BufferAttribute against the closure circular reference bug

上级 3503dba1
......@@ -32,7 +32,7 @@ function BufferAttribute( array, itemSize, normalized ) {
}
BufferAttribute.prototype = {
Object.assign( BufferAttribute.prototype, {
constructor: BufferAttribute,
......@@ -335,7 +335,7 @@ BufferAttribute.prototype = {
}
};
} );
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册