fix keyword-spacing

This commit is contained in:
khaleb 2018-07-24 09:36:15 -03:00
parent 6b81bc78a3
commit 2f6f8b2190

View file

@ -538,7 +538,7 @@ var Animation = new Class({
var frame = this.frames[startFrame];
if(startFrame === 0 && !component.forward)
if (startFrame === 0 && !component.forward)
{
frame = this.getLastFrame();
}