Explorar o código

Add missing semicolon in VolumeSlice

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
d8a6ab85bd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 = {
 
@@ -214,4 +214,4 @@ THREE.VolumeSlice.prototype = {
 
 	}
 
-}
+};