Ver código fonte

Remove unnecessary semicolon in webgl_loader_mmd_pose

Tristan Valcke 8 anos atrás
pai
commit
de60a1432e
1 arquivos alterados com 8 adições e 8 exclusões
  1. 8 8
      examples/webgl_loader_mmd_pose.html

+ 8 - 8
examples/webgl_loader_mmd_pose.html

@@ -161,7 +161,7 @@
 
 
 						}, onProgress, onError );
 						}, onProgress, onError );
 
 
-					};
+					}
 					loadVpd();
 					loadVpd();
 
 
 				}, onProgress, onError );
 				}, onProgress, onError );
@@ -188,7 +188,7 @@
 
 
 						return s.slice( s.lastIndexOf( '/' ) + 1 );
 						return s.slice( s.lastIndexOf( '/' ) + 1 );
 
 
-					};
+					}
 
 
 					function initControls () {
 					function initControls () {
 
 
@@ -206,7 +206,7 @@
 
 
 						}
 						}
 
 
-					};
+					}
 
 
 					function initKeys () {
 					function initKeys () {
 
 
@@ -216,7 +216,7 @@
 
 
 						}
 						}
 
 
-					};
+					}
 
 
 					function initPoses () {
 					function initPoses () {
 
 
@@ -230,7 +230,7 @@
 
 
 						poses.add( controls, 'pose', files ).onChange( onChangePose );
 						poses.add( controls, 'pose', files ).onChange( onChangePose );
 
 
-					};
+					}
 
 
 					function initMorphs () {
 					function initMorphs () {
 
 
@@ -240,7 +240,7 @@
 
 
 						}
 						}
 
 
-					};
+					}
 
 
 					function onChangeMorph () {
 					function onChangeMorph () {
 
 
@@ -252,7 +252,7 @@
 
 
 						}
 						}
 
 
-					};
+					}
 
 
 					function onChangePose () {
 					function onChangePose () {
 
 
@@ -268,7 +268,7 @@
 
 
 						}
 						}
 
 
-					};
+					}
 
 
 					initControls();
 					initControls();
 					initKeys();
 					initKeys();