From e78a505517300034c0bfe131f9beb9faad869bb2 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 19 Feb 2020 23:28:59 -0500
Subject: [PATCH] js doc

---
 src/js/itemAvailability.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js
index f173c3d4253..18a4cb35330 100644
--- a/src/js/itemAvailability.js
+++ b/src/js/itemAvailability.js
@@ -209,6 +209,8 @@ window.isClothingAccessible = (function() {
 	/**
 	 * Checks whether clothing is accessible
 	 * @param {string} string Name of wearable item
+	 * @param {string} category that item is in clothing, collar, etc
+	 * @param {App.Entity.SlaveState} slave
 	 * @returns {boolean|string} Returns true if it is accessible, and if it is not either false or a string explaining why
 	 */
 	function entry(string, category="clothing", slave) {
-- 
GitLab