indentation
This commit is contained in:
parent
6b3314fa27
commit
cd52379b5c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ var _onArrowHit = function( listener, event ) {
|
||||||
launch = function( ) {
|
launch = function( ) {
|
||||||
fireworks.firework( projectile.location );
|
fireworks.firework( projectile.location );
|
||||||
if ( --fireworkCount ) {
|
if ( --fireworkCount ) {
|
||||||
setTimeout( launch, 2000 );
|
setTimeout( launch, 2000 );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue