From c3f8935e6cfd87372ba203d0242bab71e8ad5fdf Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Mon, 14 Dec 2020 02:41:34 -0800
Subject: [PATCH] Fix type definition

---
 src/markets/marketUI.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/markets/marketUI.js b/src/markets/marketUI.js
index 31a3a2f695b..f3c0b1a7e1a 100644
--- a/src/markets/marketUI.js
+++ b/src/markets/marketUI.js
@@ -161,6 +161,7 @@ App.Markets.purchaseFramework = function(slaveMarket, {sTitleSingular = "slave",
 
 /** @this {marketGlobal} */
 App.Markets.GlobalVariable = function() {
+	/** @type {FC.SlaveMarketName} */
 	this.slaveMarket = "kidnappers";
 	this.introType = "";
 	this.newSlaves = [];
-- 
GitLab