Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: drop v5 support #119

Merged
merged 6 commits into from
May 2, 2018
Merged

feat: drop v5 support #119

merged 6 commits into from
May 2, 2018

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented May 2, 2018

Fix broken test and the build and drop v5 support.

BREAKING CHANGE: drop v5 support.

this.clock.tick(45 * 1000);

assert.ok(!this.player.error(),
'should not throw player error when dispose is called.');

this.fixture.appendChild(this.video);
this.player = videojs(this.video);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a comment about why these two lines are needed (because afterEach would fail)? Or change afterEach. Either way.

Copy link
Member

@misteroneill misteroneill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gkatsev gkatsev merged commit f4440c1 into master May 2, 2018
@gkatsev gkatsev deleted the fix-build branch May 2, 2018 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants