提交 71167fb5 编写于 作者: G Greg French

Added missing semicolons

上级 25ffb41e
......@@ -458,7 +458,7 @@ THREE.BufferGeometry.prototype = {
} else {
THREE.warn( 'THREE.BufferGeometry.fromGeometry(): Undefined vertexUv', i )
THREE.warn( 'THREE.BufferGeometry.fromGeometry(): Undefined vertexUv', i );
}
......@@ -485,7 +485,7 @@ THREE.BufferGeometry.prototype = {
} else {
THREE.warn( 'THREE.BufferGeometry.fromGeometry(): Undefined vertexUv2', i )
THREE.warn( 'THREE.BufferGeometry.fromGeometry(): Undefined vertexUv2', i );
}
......@@ -563,7 +563,7 @@ THREE.BufferGeometry.prototype = {
}
}
};
}(),
......@@ -619,7 +619,7 @@ THREE.BufferGeometry.prototype = {
}
}
};
}(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册