chess4js 1.0.0-beta.9i → 1.0.0-beta.9j

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/chess4js.mjs CHANGED
@@ -11889,7 +11889,7 @@ function tiebreakerComparatorOf$lambda_0($this, $curr) {
11889
11889
  if (!(previousCompare === 0)) {
11890
11890
  tmp = previousCompare;
11891
11891
  } else {
11892
- tmp = -$curr.compare(a, b) | 0;
11892
+ tmp = $curr.compare(a, b);
11893
11893
  }
11894
11894
  return tmp;
11895
11895
  };