From bf6c8e5a44fc7266dff1977c2d09606d496ac3fe Mon Sep 17 00:00:00 2001 From: bin liu Date: Mon, 30 May 2016 14:42:23 +0800 Subject: [PATCH] remove tail comma --- static/resources/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/resources/js/common.js b/static/resources/js/common.js index 7d10ab541f..78cdfc638e 100644 --- a/static/resources/js/common.js +++ b/static/resources/js/common.js @@ -71,7 +71,7 @@ var SUPPORT_LANGUAGES = { "zh-CN": "Chinese", "de-DE": "German", "ru-RU": "Russian", - "ja-JP": "Japanese", + "ja-JP": "Japanese" }; var DEFAULT_LANGUAGE = "en-US";