Skip to content

Commit

Permalink
add js docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkumar08 authored and meganindya committed Jan 29, 2021
1 parent 7ca40f0 commit 5b1bfdf
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 5b1bfdf

Please sign in to comment.