indentation

This commit is contained in:
walterhiggins 2014-02-28 10:11:28 +00:00
parent 6b3314fa27
commit cd52379b5c

View file

@ -88,7 +88,7 @@ var _onArrowHit = function( listener, event ) {
launch = function( ) {
fireworks.firework( projectile.location );
if ( --fireworkCount ) {
setTimeout( launch, 2000 );
setTimeout( launch, 2000 );
}
};