Add ESLint config and Node.js test suite (198/198 passing)
This commit is contained in:
parent
dc0705d235
commit
b8f6889cb4
5 changed files with 1538 additions and 2 deletions
|
|
@ -885,8 +885,6 @@ let isPaused = false;
|
|||
let arrayFresh = false; // true after Reset generated a new array, reset to false when sort starts
|
||||
let startTime = 0; // performance.now() when animation started
|
||||
let elapsedMs = 0; // accumulated ms across pauses
|
||||
let startTime = 0; // performance.now() when animation started
|
||||
let elapsedMs = 0; // accumulated ms across pauses
|
||||
|
||||
// ================================================================
|
||||
// UI Helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue