From dc7091192013003ce226015f42ed9af35464d79d Mon Sep 17 00:00:00 2001 From: ysandler Date: Sat, 4 Mar 2017 17:33:14 -0600 Subject: [PATCH] refact: replaced enums with strings --- index.html | 35 +++++++++++++++++++ js/app.js | 18 ++++++++++ js/createDrink.js | 78 ++++++++++++++++++++---------------------- js/customTypes.js | 47 ------------------------- js/order.js | 22 ++++++------ js/standardRecipies.js | 74 +++++++++++++++++++-------------------- 6 files changed, 139 insertions(+), 135 deletions(-) delete mode 100644 js/customTypes.js diff --git a/index.html b/index.html index 8694af8..df087e1 100644 --- a/index.html +++ b/index.html @@ -293,6 +293,41 @@ + +