From cfa3399511e2691f7aa411e28fa0976adc0b8af6 Mon Sep 17 00:00:00 2001 From: doohoyi Date: Sun, 28 Oct 2018 05:27:51 +0900 Subject: [PATCH] day3 .. bug fix. --- public/conductor/index.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/public/conductor/index.js b/public/conductor/index.js index 3584e6b..58cf69e 100644 --- a/public/conductor/index.js +++ b/public/conductor/index.js @@ -72,20 +72,20 @@ $(document).ready(function() { }; //NOTE: beware! same key is not allowed!! every keys should have different name!! var beach_players = { - '북하모니' [], - '합주' [], - '낙엽' [], - '변했데' [], - '물장구' [], - '흥얼' [], - '모래놀이' [], - '물소리' [], - '하모니카' [], - '갈대마디' [], - '바람' [], - '달팽이' [], - '나무다리' [], - '사라져' [], + '북하모니': [], + '합주': [], + '낙엽': [], + '변했데': [], + '물장구': [], + '흥얼': [], + '모래놀이': [], + '물소리': [], + '하모니카': [], + '갈대마디': [], + '바람': [], + '달팽이': [], + '나무다리': [], + '사라져': [], }; //screen changer