mirror of https://github.com/vector-im/riot-web
make Range start and end public
parent
7dc39baaf3
commit
c15dfc3c05
|
@ -80,4 +80,12 @@ export default class Range {
|
||||||
});
|
});
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get start() {
|
||||||
|
return this._start;
|
||||||
|
}
|
||||||
|
|
||||||
|
get end() {
|
||||||
|
return this._end;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue