Add: stop watch
This commit is contained in:
@@ -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 " 점";
|
||||
|
||||
Reference in New Issue
Block a user