clickable navigation
This commit is contained in:
parent
0e5d831f4a
commit
6a2317d283
6 changed files with 24 additions and 6 deletions
|
|
@ -251,6 +251,9 @@ const navigation = (() => {
|
|||
}
|
||||
};
|
||||
|
||||
// return the specificed display
|
||||
const getDisplay = (index) => displays[index];
|
||||
|
||||
return {
|
||||
init,
|
||||
updateStatus,
|
||||
|
|
@ -258,5 +261,6 @@ const navigation = (() => {
|
|||
isPlaying,
|
||||
displayNavMessage,
|
||||
msg,
|
||||
getDisplay,
|
||||
};
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue