Skip to content

Commit 98ceb32

Browse files
authored
Fix trailing space in code
1 parent 16eae38 commit 98ceb32

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
@@ -109,7 +109,7 @@ var Animation = new Class({
109109

110110
// if config.reverse is true, reverse sequence of AnimationFrameConfig[]
111111
var animFrames = GetValue(config, 'frames', []);
112-
if(GetValue(config, 'reverse', false))
112+
if(GetValue(config, 'reverse', false))
113113
{
114114
animFrames.reverse();
115115
}

0 commit comments

Comments
 (0)