Skip to content

Commit

Permalink
Lint fix in buffer-helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjamie committed Mar 27, 2019
1 parent ebc1337 commit 1085713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/buffer-helper.ts
Expand Up @@ -11,11 +11,11 @@
type BufferTimeRange = {
start: number
end: number
}
};

type Bufferable = {
buffered: TimeRanges
}
};

export class BufferHelper {
/**
Expand Down

0 comments on commit 1085713

Please sign in to comment.