Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
[#969960] Adding youtube wrapper to smart.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed Feb 13, 2014
1 parent a79e568 commit 7f647e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/player/popcorn.player.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
// We leave HTMLVideoElement and HTMLAudioElement wrappers out
// of the mix, since we'll default to HTML5 video if nothing
// else works. Waiting on #1254 before we add YouTube to this.
wrappers = "HTMLVimeoVideoElement HTMLSoundCloudAudioElement HTMLNullVideoElement".split(" ");
wrappers = "HTMLYouTubeVideoElement HTMLVimeoVideoElement HTMLSoundCloudAudioElement HTMLNullVideoElement".split(" ");

if ( !node ) {
Popcorn.error( "Specified target `" + target + "` was not found." );
Expand Down

0 comments on commit 7f647e8

Please sign in to comment.