From 5738fd7040aab2d8efef0daa22f093bd90b0c17c Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Mon, 25 Mar 2019 18:50:04 -0400
Subject: [PATCH] Bugfix for the bugfix

---
 src/js/descriptionWidgets.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index e0c044cafce..0cf22e0b6ca 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -2,7 +2,7 @@
 App.Desc.Eyes = /** @param {App.Entity.SlaveState} slave */ function(slave) {
 	"use strict";
 	const V = State.variables;
-	let r;
+	let r = ``;
 	var pronouns = getPronouns(V.HeadGirl);
 	var he = pronouns.pronoun;
 	var him = pronouns.object;
-- 
GitLab