From 4ae0d14663aa6775d3eef4e836d6502c3f1811bb Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Sat, 25 May 2019 13:37:47 +0200 Subject: [PATCH] initial commit --- src/js/PenthouseNaming.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/js/PenthouseNaming.js b/src/js/PenthouseNaming.js index 6e85f6ab59a..a894cd61a6b 100644 --- a/src/js/PenthouseNaming.js +++ b/src/js/PenthouseNaming.js @@ -1,5 +1,5 @@ /** - * @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; -- GitLab