@@ -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
The note is not visible to the blocked user.