regenerates array on use
This commit is contained in:
O-01-67 2022-06-14 11:12:29 -04:00 committed by GitHub
parent 9f61dcaab3
commit 8e012314f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
zzzz204689123_array = Object.keys(elements);
function placeAll(limit=zzzz204689123_array.length) {
zzzz204689123_array = Object.keys(elements);
paused = true;
counterLol = 0;
loop1:
@ -19,4 +20,4 @@ zzzz204689123_array = Object.keys(elements);
};
};
paused = true;
};
};