mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-17 15:23:14 +03:00
Cleaned code according to comments in PR
This commit is contained in:
parent
f8ad0acfa4
commit
0bdd807d9d
@ -1437,7 +1437,6 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this._sortTiles(best);
|
|
||||||
return best;
|
return best;
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -1931,8 +1930,8 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
|||||||
return [tile];
|
return [tile];
|
||||||
}
|
}
|
||||||
previousBest.push(tile);
|
previousBest.push(tile);
|
||||||
|
this._sortTiles(previousBest);
|
||||||
if (previousBest.length > maxNTiles) {
|
if (previousBest.length > maxNTiles) {
|
||||||
this._sortTiles(previousBest);
|
|
||||||
previousBest.pop();
|
previousBest.pop();
|
||||||
}
|
}
|
||||||
return previousBest;
|
return previousBest;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user