Fix: finger position -> practice, practice -> test
This commit is contained in:
@@ -92,8 +92,8 @@ Animal.loadResources = function() {
|
||||
Animal.TYPE_ANIMATION = 0;
|
||||
Animal.TYPE_ICON = 1;
|
||||
|
||||
Animal.TYPE_FINGER_POSITION = 0;
|
||||
Animal.TYPE_PRACITICE = 1;
|
||||
Animal.TYPE_PRACTICE = 0;
|
||||
Animal.TYPE_TEST = 1;
|
||||
Animal.TYPE_EXAM = 1;
|
||||
|
||||
Animal.ANIMATION_TYPE_CHANGE = 0;
|
||||
|
||||
@@ -82,7 +82,7 @@ AnimalRecordList.prototype.printScore = function(recordType) {
|
||||
var recordText = this.texts[i];
|
||||
|
||||
var typingCountWithUnit = "";
|
||||
if(recordType == Animal.TYPE_FINGER_POSITION)
|
||||
if(recordType == Animal.TYPE_PRACTICE)
|
||||
typingCountWithUnit = RecordUtil.getRecordValueWithUnit(animalData.fingerPositionTypingCount, 1);
|
||||
else
|
||||
typingCountWithUnit = RecordUtil.getRecordValueWithUnit(animalData.practiceTypingCount, 1);
|
||||
|
||||
Reference in New Issue
Block a user