From 8a8173e5758ae93f95977d7a37f3bcec0ba12ee6 Mon Sep 17 00:00:00 2001 From: DCoded <dsoloha@live.com> Date: Fri, 3 May 2019 22:55:49 -0400 Subject: [PATCH] Removed duplicate case --- src/art/vector/VectorArtJS.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js index 3b32e4b7129..ec9e1e52cbe 100644 --- a/src/art/vector/VectorArtJS.js +++ b/src/art/vector/VectorArtJS.js @@ -1,4 +1,3 @@ -/* eslint-disable no-duplicate-case */ window.VectorArt = (function() { "use strict"; let V, T, slave; @@ -296,7 +295,6 @@ window.VectorArt = (function() { case "nice business attire": case "a bunny outfit": case "a chattel habit": - case "harem gauze": case "a huipil": case "a kimono": case "a maternity dress": -- GitLab