Skip to content
Snippets Groups Projects
Commit 93337225 authored by svornost's avatar svornost
Browse files

JSDoc fix

parent 5c3c174a
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ globalThis.mutualChildren = function(slave1, slave2, slaves) { ...@@ -279,7 +279,7 @@ globalThis.mutualChildren = function(slave1, slave2, slaves) {
/** Returns a random slave related to a given entity /** Returns a random slave related to a given entity
* @param {Relative} slave * @param {Relative} slave
* @param {function(App.Entity.SlaveState): boolean} filterFunction * @param {function(App.Entity.SlaveState): boolean} [filterFunction]
* @returns {App.Entity.SlaveState} * @returns {App.Entity.SlaveState}
*/ */
globalThis.randomRelatedSlave = function(slave, filterFunction) { globalThis.randomRelatedSlave = function(slave, filterFunction) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment