Skip to content
Snippets Groups Projects
Commit a9aebbfd authored by lowercasedonkey's avatar lowercasedonkey
Browse files

tweaks

parent 9e1567f2
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,9 @@ App.UI.WardrobeShopping = function() {
return el;
/**
*
* Create individual cell for a piece of clothing, including the display model
* @param {string} clothing
* @param {string} oldOutfit The outfit last worn by the slave. This means that on cycling outfits, we won't immediately repeat
*/
function createCell(clothing, oldOutfit = "") {
const el = document.createElement("div");
......
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