cleaned some files up

This commit is contained in:
2017-10-09 14:22:05 -04:00
parent 127a2caac1
commit b81a5a9c2f
7 changed files with 21 additions and 171 deletions

View File

@@ -58,4 +58,4 @@ let __do = function(till){
setTimeout(__do, 1500, --till);
};
__do(30)
__do(30)