aboutsummaryrefslogtreecommitdiffstats
path: root/usi.js
diff options
context:
space:
mode:
Diffstat (limited to 'usi.js')
-rw-r--r--usi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usi.js b/usi.js
index c08f713..6298f9c 100644
--- a/usi.js
+++ b/usi.js
@@ -502,7 +502,7 @@ let INFO =
// 現在に近い順に並べます
Utils.timeArraySort(cs);
- return cs.map(function ([a, b]) b);;
+ return cs.map(function ([a, b]) b);
}
});
} // }}}