Reordered handlers to be a bit more organised.
This commit is contained in:
parent
6ebe84e096
commit
edb6c0db2e
1 changed files with 2 additions and 2 deletions
|
|
@ -408,12 +408,12 @@ function fallbackHandler(context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const handlers = [
|
const handlers = [
|
||||||
scalePreColonHandler,
|
|
||||||
soundHandler,
|
soundHandler,
|
||||||
bankHandler,
|
bankHandler,
|
||||||
chordHandler,
|
chordHandler,
|
||||||
modePreColonHandler,
|
scalePreColonHandler,
|
||||||
scaleAfterColonHandler,
|
scaleAfterColonHandler,
|
||||||
|
modePreColonHandler,
|
||||||
modeAfterColonHandler,
|
modeAfterColonHandler,
|
||||||
// this handler *must* be last
|
// this handler *must* be last
|
||||||
fallbackHandler,
|
fallbackHandler,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue