Skip to content

Commit

Permalink
add js docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkumar08 committed Jan 29, 2021
1 parent c406d6e commit ef51584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/widgets/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ class StatusMatrix {
this.widgetWindow.sendToCenter();
}

/**
* @public
* @returns {void}
*/
updateAll() {
// Update status of all of the voices in the matrix.
logo.updatingStatusMatrix = true;
Expand Down

0 comments on commit ef51584

Please sign in to comment.