ソースを参照

Removing excess div closing tag in CubicInterpolant.html

Tristan VALCKE 8 年 前
コミット
3327d812b4
1 ファイル変更0 行追加2 行削除
  1. 0 2
      docs/api/math/interpolants/CubicInterpolant.html

+ 0 - 2
docs/api/math/interpolants/CubicInterpolant.html

@@ -78,8 +78,6 @@ interpolant.evaluate( 0.5 );
 		Evaluate the interpolant at position *t*.
 		</div>
 
-		</div>
-
 		<h2>Source</h2>
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]