mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Add comments to inputWorker.
Slightly improve logic for getNearbyNums
This commit is contained in:
parent
04587a8a47
commit
0855dc617f
5 changed files with 220 additions and 57 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue