Add: test_db_connect_manager

This commit is contained in:
2018-05-24 17:27:01 +09:00
parent e982ee4381
commit 8e2cf7f38f
10 changed files with 256 additions and 24 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class HistoryBoard {
.setShadow(3, 3, 'rgba(0, 0, 0, 0.5)', 2);
this.dbConnectManager.requestPlayerHistory( historyRecordManager => {
let maxIndex = historyRecordManager.count;
let maxIndex = historyRecordManager.count - 1;
if(maxIndex > 6)
maxIndex = 6;