瀏覽代碼

BooleanKeyframeTrack style

Tristan VALCKE 8 年之前
父節點
當前提交
e1660e7787
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/animation/tracks/BooleanKeyframeTrack.js

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

@@ -35,5 +35,4 @@ BooleanKeyframeTrack.prototype = Object.assign( Object.create( KeyframeTrack.pro
 
 } );
 
-
 export { BooleanKeyframeTrack };