Add: stop watch

This commit is contained in:
2018-12-02 20:25:14 +09:00
parent 7b19f5b958
commit 057ac18184
13 changed files with 369 additions and 47 deletions
+3 -1
View File
@@ -92,7 +92,9 @@ StringUtil.getUnicodeAlphabetCount = function(text) {
};
StringUtil.getScoreUnit = function(playingAppID) {
if(playingAppID < 100)
if(playingAppID == 104)
return " 초";
else if(playingAppID < 100)
return " 타";
else
return " 점";