diff --git a/src/js/wardrobeUse.js b/src/js/wardrobeUse.js index d99b89235f67a539b653634753ee1820eaafc5dc..d697cd2d6298c5632a921f5d4d73e15a17115192 100644 --- a/src/js/wardrobeUse.js +++ b/src/js/wardrobeUse.js @@ -23,15 +23,15 @@ App.UI.Wardrobe.clothes = function(slave) { // Choose her own if (slave.clothes !== `choosing her own clothes`) { - let choiceOptionsArray= []; + let choiceOptionsArray = []; choiceOptionsArray.push({text: `Let ${him} choose`, updateSlave: {clothes: `choosing her own clothes`}}); label.appendChild(App.UI.Wardrobe.generateRows(choiceOptionsArray, "clothes", slave, true)); } el.appendChild(label); - let niceOptionsArray= []; - let harshOptionsArray= []; + let niceOptionsArray = []; + let harshOptionsArray = []; let clothingOption; // Nice clothes @@ -95,15 +95,15 @@ App.UI.Wardrobe.collar = function(slave) { // Choose her own if (slave.collar !== `none`) { - let choiceOptionsArray= []; + let choiceOptionsArray = []; choiceOptionsArray.push({text: `None`, updateSlave: {collar: `none`}}); label.appendChild(App.UI.Wardrobe.generateRows(choiceOptionsArray, "collar", slave, true)); } el.appendChild(label); - let niceOptionsArray= []; - let harshOptionsArray= []; + let niceOptionsArray = []; + let harshOptionsArray = []; let clothingOption; // Nice collar @@ -198,10 +198,10 @@ App.UI.Wardrobe.shoes = function(slave) { he, him, his, hers, himself, boy, He, His } = getPronouns(slave); - let choiceOptionsArray= []; + let choiceOptionsArray = []; choiceOptionsArray.push({text: `None`, updateSlave: {shoes: `none`}}); - let optionsArray= []; + let optionsArray = []; let clothingOption; App.Data.misc.shoes.forEach(item => { @@ -299,7 +299,7 @@ App.UI.Wardrobe.bellyAccessory = function(slave) { he, him, his, hers, himself, boy, He, His } = getPronouns(slave); - let choiceOptionsArray= []; + let choiceOptionsArray = []; choiceOptionsArray.push({text: `None`, updateSlave: {bellyAccessory: `none`}}); let optionsArray = []; @@ -362,10 +362,10 @@ App.UI.Wardrobe.buttplug = function(slave) { he, him, his, hers, himself, boy, He, His } = getPronouns(slave); - let choiceOptionsArray= []; + let choiceOptionsArray = []; choiceOptionsArray.push({text: `None`, updateSlave: {buttplug: `none`}}); - let optionsArray= []; + let optionsArray = []; let clothingOption; App.Data.misc.buttplugs.forEach(item => {