Explorar el Código

NumberKeyframeTrack style

Tristan VALCKE hace 7 años
padre
commit
3a0d1821d2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/animation/tracks/NumberKeyframeTrack.js

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

@@ -27,5 +27,4 @@ NumberKeyframeTrack.prototype = Object.assign( Object.create( KeyframeTrack.prot
 
 } );
 
-
 export { NumberKeyframeTrack };