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

Typo in unit test: adManger vs adManager #206

Closed
yurfdog opened this issue Apr 4, 2016 · 0 comments
Closed

Typo in unit test: adManger vs adManager #206

yurfdog opened this issue Apr 4, 2016 · 0 comments
Assignees
Labels

Comments

@yurfdog
Copy link

yurfdog commented Apr 4, 2016

I think there's a typo in line 74 of videojs.ima.test.js.

    var adManger = this;
    adManager.skip();

should be

    var adManager = this;
    adManager.skip();

videojs.ima.test.diff.txt

@shawnbuso shawnbuso added the bug label Apr 4, 2016
@shawnbuso shawnbuso self-assigned this Apr 4, 2016
shawnbuso added a commit that referenced this issue Apr 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants