📝 todo

This commit is contained in:
Joao Moreno
2017-03-23 16:26:23 +01:00
parent 17348329fb
commit 946444f2c5

View File

@@ -396,6 +396,8 @@ const DefaultOptions: IListOptions<any> = {
mouseSupport: true
};
// TODO@Joao: move these utils into a SortedArray class
function getContiguousRangeContaining(range: number[], value: number): number[] {
const index = range.indexOf(value);