소스 검색

Removing excess div closing tag in DiscretInterpolant.html

Tristan VALCKE 8 년 전
부모
커밋
ebe8e851e7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      docs/api/math/interpolants/DiscreteInterpolant.html

+ 0 - 2
docs/api/math/interpolants/DiscreteInterpolant.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]