From 2bb6207048c0487a2936f2379912b766ec5a61b4 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 18 Jun 2020 02:15:11 -0700 Subject: [PATCH] JSDoc --- src/js/assayJS.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/assayJS.js b/src/js/assayJS.js index a1b4d535e48..9b20c4f9c47 100644 --- a/src/js/assayJS.js +++ b/src/js/assayJS.js @@ -664,6 +664,7 @@ globalThis.Enunciate = function(slave) { /** * Returns speech with lisp if slave lisps * @param {App.Entity.SlaveState} slave + * @param {string} speech * @returns {string} */ globalThis.Spoken = function(slave, speech) { -- GitLab