Skip to content

Commit a459ec0

Browse files
committed
Fixed lint issue
1 parent fb849ae commit a459ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/particles/ParticleEmitter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ var ParticleEmitter = new Class({
863863
this.setFrame(config.frame);
864864
}
865865

866-
if (HasValue(config, "reserve"))
866+
if (HasValue(config, 'reserve'))
867867
{
868868
this.reserve(config.reserve);
869869
}

0 commit comments

Comments
 (0)