Skip to content

Commit

Permalink
Adding JSDoc for callback argument when stopping the app
Browse files Browse the repository at this point in the history
  • Loading branch information
buxxi committed Oct 29, 2022
1 parent 8087af7 commit cf5dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cf5dff5

Please sign in to comment.