Add comments to inputWorker.

Slightly improve logic for getNearbyNums
This commit is contained in:
j433866 2019-05-14 16:13:36 +01:00
parent 04587a8a47
commit 0855dc617f
5 changed files with 220 additions and 57 deletions

View file

@ -186,11 +186,9 @@ class App {
/**
* Gets the user's input data for all tabs.
*
* @returns {Array}
*/
getAllInput() {
this.manager.input.getAll();
this.manager.input.bakeAll();
}
/**