소스 검색

QuaternionKeyframeTrack style

Tristan VALCKE 7 년 전
부모
커밋
7a5ea78489
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/animation/tracks/QuaternionKeyframeTrack.js

+ 0 - 1
src/animation/tracks/QuaternionKeyframeTrack.js

@@ -37,5 +37,4 @@ QuaternionKeyframeTrack.prototype = Object.assign( Object.create( KeyframeTrack.
 
 } );
 
-
 export { QuaternionKeyframeTrack };