提交 48de0f39 编写于 作者: T Tristan VALCKE

Protect IntereavedBuffer against the closure circular reference bug

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