From ef515840afac585a7a5b9ba6208549e0d4a77be4 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 29 Jan 2021 18:25:54 +0530 Subject: [PATCH] add js docs --- js/widgets/status.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/widgets/status.js b/js/widgets/status.js index 6e28411346..542b6c7cd9 100644 --- a/js/widgets/status.js +++ b/js/widgets/status.js @@ -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;