Skip to content
Snippets Groups Projects
Commit 4ae0d146 authored by Skriv's avatar Skriv
Browse files

initial commit

parent 54aa2c8b
No related branches found
No related tags found
1 merge request!4603JSDoc fixes
/**
* @return {string}
* @returns {string}
*/
window.MasterSuiteUIName = function() {
const V = State.variables;
......@@ -8,7 +8,7 @@ window.MasterSuiteUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.HeadGirlSuiteUIName = function() {
const V = State.variables;
......@@ -17,7 +17,7 @@ window.HeadGirlSuiteUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.ServantQuartersUIName = function() {
const V = State.variables;
......@@ -26,7 +26,7 @@ window.ServantQuartersUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.SpaUIName = function() {
const V = State.variables;
......@@ -35,7 +35,7 @@ window.SpaUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.NurseryUIName = function() {
const V = State.variables;
......@@ -44,7 +44,7 @@ window.NurseryUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.ClinicUIName = function() {
const V = State.variables;
......@@ -53,7 +53,7 @@ window.ClinicUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.SchoolRoomUIName = function() {
const V = State.variables;
......@@ -62,7 +62,7 @@ window.SchoolRoomUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.CellblockUIName = function() {
const V = State.variables;
......@@ -71,7 +71,7 @@ window.CellblockUIName = function() {
};
/**
* @return {string}
* @returns {string}
*/
window.IncubatorUIName = function() {
const V = State.variables;
......
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