This commit is contained in:
Thomas Harvey
2017-10-12 00:58:13 -04:00
parent a358a5212a
commit a1a85b2c69
2 changed files with 4 additions and 4 deletions

View File

@@ -63,4 +63,4 @@ let __do = function(till){
setTimeout(__do, 1500, --till);
};
__do(500);
__do(1000);