فهرست منبع

Add missing semicolon in VolumeSlice

Tristan Valcke 8 سال پیش
والد
کامیت
d8a6ab85bd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 = {
 
 	}
 
-}
+};