Skip to content

Commit 56bb519

Browse files
committed
a bit cleaner indexSearch function
1 parent 144cb69 commit 56bb519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/source/tile_pyramid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ TilePyramid.prototype = {
390390
}
391391
}
392392
}
393-
394393
return (id !== cursorId) ? cursorId : false;
395394
}
396395

396+
397397
};

0 commit comments

Comments
 (0)