浏览代码

ColorKeyframeTrack style

Tristan VALCKE 8 年之前
父节点
当前提交
cd700772f6
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/animation/tracks/ColorKeyframeTrack.js

+ 0 - 2
src/animation/tracks/ColorKeyframeTrack.js

@@ -26,11 +26,9 @@ ColorKeyframeTrack.prototype = Object.assign( Object.create( KeyframeTrack.proto
 
 	// DefaultInterpolation is inherited
 
-
 	// Note: Very basic implementation and nothing special yet.
 	// However, this is the place for color space parameterization.
 
 } );
 
-
 export { ColorKeyframeTrack };