Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function stopTimer() {
- if (typeof window.timerInterval !== 'undefined') {
- clearInterval(window.timerInterval);
- delete window.timerInterval;
- }
- }
- stopTimer();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement