Fix unterminated statements
This commit is contained in:
@@ -24,7 +24,7 @@ function startAnimation() {
|
||||
} else {
|
||||
stopAnimation(true);
|
||||
}
|
||||
}
|
||||
};
|
||||
animationTimer = window.setInterval(next, interval * 1000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user