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

Youtube HTML5 autoplay fix [Finishes #86721652] #255

Merged
merged 3 commits into from Feb 4, 2015

Commits on Feb 4, 2015

  1. Fixes the issue noted in #86721652 by checking if _youtubePlayer is s…

    …et up. If it isn't then we queue up a play call once the player is ready. This issue is caused by attempting to play when the provider hasn't finished setting up, so we will just play once its finished setting up.
    jw-kaurand committed Feb 4, 2015
    Copy the full SHA
    7da1905 View commit details
    Browse the repository at this point in the history
  2. Update to handle the situation where the _youtubePlayerReadyCallback …

    …already has been assigned so we don't overwrite it with the onStart value. Now callbacks are called in the order in which they were set. Compose function was used from underscore and only added in this class as its the only place where we currently need it.
    jw-kaurand committed Feb 4, 2015
    Copy the full SHA
    d2e9322 View commit details
    Browse the repository at this point in the history
  3. jshint fixes

    jw-kaurand committed Feb 4, 2015
    Copy the full SHA
    e291496 View commit details
    Browse the repository at this point in the history