forked from mystiq/hydrogen-web
remove obsolete comment
This commit is contained in:
parent
a6bcfac597
commit
c9f79343ef
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ export class TilesCollection extends BaseObservableList {
|
|||
|
||||
getTileIndex(searchTile) {
|
||||
const idx = sortedIndex(this._tiles, searchTile, (searchTile, tile) => {
|
||||
// negate result because we're switching the order of the params
|
||||
return searchTile.compare(tile);
|
||||
});
|
||||
const foundTile = this._tiles[idx];
|
||||
|
|
Loading…
Reference in a new issue