From cf5dff51816211c222abb46fc036b1ab11b2795f Mon Sep 17 00:00:00 2001 From: buxxi Date: Sat, 29 Oct 2022 15:04:17 +0200 Subject: [PATCH] Adding JSDoc for callback argument when stopping the app --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index d386396447..ae2d76f4df 100644 --- a/js/app.js +++ b/js/app.js @@ -263,7 +263,7 @@ function App() { * * Added to fix #1056 * - * @param callback + * @param {Function} callback Function to be called after the app has stopped */ this.stop = function (callback) { for (const nodeHelper of nodeHelpers) {