Skip to content

Commit 2f6f8b2

Browse files
committed
fix keyword-spacing
1 parent 6b81bc7 commit 2f6f8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/animations/Animation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ var Animation = new Class({
538538

539539
var frame = this.frames[startFrame];
540540

541-
if(startFrame === 0 && !component.forward)
541+
if (startFrame === 0 && !component.forward)
542542
{
543543
frame = this.getLastFrame();
544544
}

0 commit comments

Comments
 (0)