Guest User

Untitled

a guest
Oct 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if(numUsed > 0){
  2. highestNum = notifyTimes[numUsed - 1];
  3. numUsed--;
  4. if(highestNum >= time){
  5. this.run();
  6. return;
  7. }
  8. }
Add Comment
Please, Sign In to add comment