提交 f9ea222f 编写于 作者: L Luigi De Rosa

Fix syntax error on older builds of IE11 #11440

上级 0df6403e
......@@ -93,7 +93,7 @@ Object.assign( BufferGeometryLoader.prototype, {
var TYPED_ARRAYS = {
Int8Array: Int8Array,
Uint8Array: Uint8Array,
Uint8ClampedArray: Uint8ClampedArray,
Uint8ClampedArray: typeof Uint8ClampedArray !== 'undefined' ? Uint8ClampedArray : Uint8Array,
Int16Array: Int16Array,
Uint16Array: Uint16Array,
Int32Array: Int32Array,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册