Compare commits

...

1 Commits

Author SHA1 Message Date
vrancurel 60e4ece207 deactivate check 2018-11-16 14:36:14 -08:00
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ class Skip {
const newRange = this._inc(skippingRange); const newRange = this._inc(skippingRange);
/* Avoid to loop on the same range again and again. */ /* Avoid to loop on the same range again and again. */
if (newRange === this.gteParams) { //if (newRange === this.gteParams) {
if (0) {
this.streakLength = 1; this.streakLength = 1;
} else { } else {
this.skipRangeCb(newRange); this.skipRangeCb(newRange);