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

Fix type definition

parent f66b044b
No related branches found
No related tags found
1 merge request!8472Fixes
......@@ -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 = [];
......
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