Browse Source

Add missing semicolon in VolumeSlice

Tristan Valcke 8 years ago
parent
commit
d8a6ab85bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/js/VolumeSlice.js

+ 2 - 2
examples/js/VolumeSlice.js

@@ -85,7 +85,7 @@ THREE.VolumeSlice = function( volume, index, axis ) {
 	 */
 	 */
 
 
 
 
-}
+};
 
 
 THREE.VolumeSlice.prototype = {
 THREE.VolumeSlice.prototype = {
 
 
@@ -214,4 +214,4 @@ THREE.VolumeSlice.prototype = {
 
 
 	}
 	}
 
 
-}
+};