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

fix for returning current souce rather than blob #2833

Closed
wants to merge 3 commits into from

Conversation

bcvio
Copy link
Contributor

@bcvio bcvio commented Nov 20, 2015

No description provided.

@pam
Copy link

pam commented Nov 20, 2015

Tests passed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: 339f867
Build details: https://travis-ci.org/pam/video.js/builds/92315225

(Please note that this is a fully automated comment.)

@gkatsev
Copy link
Member

gkatsev commented Nov 20, 2015

LGTM

@dmlap
Copy link
Member

dmlap commented Nov 20, 2015

Could use a test but otherwise looks good.

@pam
Copy link

pam commented Nov 22, 2015

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: e3c311c
Build details: https://travis-ci.org/pam/video.js/builds/92569784

(Please note that this is a fully automated comment.)

@@ -249,6 +249,12 @@ if (Html5.supportsNativeTextTracks()) {
equal(adds[2][0], rems[2][0], 'removetrack event handler removed');
});
}
test('should always return currentSource_ if set', function(){
let currentSrc = Html5.prototype.currentSrc;
equal(currentSrc.call({el_: {currentSrc:"test1"}}), "test1", "sould return source from element if nothing else set");
Copy link
Member

Choose a reason for hiding this comment

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

Build is failing. These should be single quotes.

@pam
Copy link

pam commented Nov 23, 2015

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: bf31032
Build details: https://travis-ci.org/pam/video.js/builds/92746315

(Please note that this is a fully automated comment.)

@gkatsev
Copy link
Member

gkatsev commented Nov 23, 2015

@pam retry

@pam
Copy link

pam commented Nov 23, 2015

Tests passed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: bf31032
Build details: https://travis-ci.org/pam/video.js/builds/92750754

(Please note that this is a fully automated comment.)

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.

4 participants