Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle
script.deckFromGroup(undefined)
gracefully
This fixes an exception occuring since mixxxdj#13425 where constructing a `components.JogWheelBasic` with only a `deck` number with a matching `group` would result an exception (since `script.deckFromGroup` would call `substring` on `undefined`).
- Loading branch information