From 52a94a92290bd1d4da249b04a0e7d845d958d017 Mon Sep 17 00:00:00 2001 From: danprince Date: Tue, 25 Aug 2015 09:23:04 +0100 Subject: [PATCH] replacing tabs with spaces --- js/colors.js | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/js/colors.js b/js/colors.js index 1d78544..33d8ef9 100644 --- a/js/colors.js +++ b/js/colors.js @@ -1,26 +1,26 @@ var colors = { - aqua: "#7FDBFF", - blue: "#0074D9", - lime: "#01FF70", - navy: "#001F3F", - teal: "#39CCCC", - olive: "#3D9970", - green: "#2ECC40", - red: "#FF4136", - maroon: "#85144B", - orange: "#FF851B", - purple: "#B10DC9", - yellow: "#FFDC00", - fuchsia: "#F012BE", - gray: "#aaa", - white: "#fff", - black: "#111", - silver: "#ddd" + aqua: "#7FDBFF", + blue: "#0074D9", + lime: "#01FF70", + navy: "#001F3F", + teal: "#39CCCC", + olive: "#3D9970", + green: "#2ECC40", + red: "#FF4136", + maroon: "#85144B", + orange: "#FF851B", + purple: "#B10DC9", + yellow: "#FFDC00", + fuchsia: "#F012BE", + gray: "#aaa", + white: "#fff", + black: "#111", + silver: "#ddd" }; if( - typeof module !== "undefined" && - typeof module.exports !== "undefined" + typeof module !== "undefined" && + typeof module.exports !== "undefined" ){ - module.exports = colors; + module.exports = colors; }