浏览代码

Fix wrong hexa color, and missing semicolon in webgl_loader_sea3d_skinning

Tristan Valcke 8 年之前
父节点
当前提交
ad421cb49b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/webgl_loader_sea3d_skinning.html

+ 2 - 2
examples/webgl_loader_sea3d_skinning.html

@@ -28,7 +28,7 @@
 	</head>
 	<body>
 		<div id="info">
-			<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFF" target="_blank">sea3d</a>
+			<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFFF" target="_blank">sea3d</a>
 			<br/>BoneObject: Object3D attached in a Bone
 			<br/>Left Click to hidden/show the hat - Right click to run
 			<br/><div id="playercount"></div>
@@ -101,7 +101,7 @@
 
 					console.log("Animation completed!");
 
-				}
+				};
 
 				window.addEventListener( 'click', onMouseClick, false );
 				window.addEventListener( 'contextmenu', onRightClick, false );