This commit is contained in:
nim-ka
2022-11-28 03:38:22 +00:00
parent 9cb767f8ba
commit 521cbca0b0
4 changed files with 1544 additions and 50 deletions

View File

@@ -359,7 +359,7 @@ load = function load() {
},
sort: {
value: function(func = (a, b) => a.readingOrderCompare(b)) {
return Array.prototype.sort.apply(this, func)
return Array.prototype.sort.apply(this, [func])
},
configurable: true
},