forked from mystiq/hydrogen-web
turns out we do write these
This commit is contained in:
parent
35f8c40a0c
commit
5953cdf0cc
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ import {Direction} from "./Direction";
|
||||||
// key for events in the timelineEvents store
|
// key for events in the timelineEvents store
|
||||||
export class EventKey {
|
export class EventKey {
|
||||||
constructor(
|
constructor(
|
||||||
public readonly fragmentId: number,
|
public fragmentId: number,
|
||||||
public readonly eventIndex: number
|
public eventIndex: number
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue