提交 57b27c0d 编写于 作者: T Tristan Valcke

Remove duplicate case, and add missing semicolon in Volume

上级 950c6b46
...@@ -75,7 +75,6 @@ THREE.Volume = function( xLength, yLength, zLength, type, arrayBuffer ) { ...@@ -75,7 +75,6 @@ THREE.Volume = function( xLength, yLength, zLength, type, arrayBuffer ) {
case 'uint32' : case 'uint32' :
case 'uint' : case 'uint' :
case 'unsigned int' : case 'unsigned int' :
case 'uint32' :
case 'uint32_t' : case 'uint32_t' :
this.data = new Uint32Array( arrayBuffer ); this.data = new Uint32Array( arrayBuffer );
break; break;
...@@ -188,7 +187,7 @@ THREE.Volume = function( xLength, yLength, zLength, type, arrayBuffer ) { ...@@ -188,7 +187,7 @@ THREE.Volume = function( xLength, yLength, zLength, type, arrayBuffer ) {
* @member {Array} RASDimensions This array holds the dimensions of the volume in the RAS space * @member {Array} RASDimensions This array holds the dimensions of the volume in the RAS space
*/ */
} };
THREE.Volume.prototype = { THREE.Volume.prototype = {
...@@ -445,4 +444,4 @@ THREE.Volume.prototype = { ...@@ -445,4 +444,4 @@ THREE.Volume.prototype = {
} }
} };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册