Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
pupunzi committed Oct 7, 2016
1 parent efeacb7 commit d512306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/demo.html
Expand Up @@ -548,8 +548,8 @@ <h2 style="color: #FFFFFF; text-align: left">Current video:</h2>
<img border="0" alt="PayPal" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG_global.gif" class="alignright">
</a>

<!--7SnmCUwOsts--><!--BsekcY04xvQ--><!--r1xohS2u69E--><!--Fk9EBOOAYiU--><!--sEuXfDtrco8-->
<div id="bgndVideo" class="player" data-property="{videoURL:'9d8wWcJLnFI',containment:'body', showControls:true, autoPlay:true, loop:false, vol:50, mute:false, startAt:0, stopAt:296, opacity:1, addRaster:true, quality:'large', optimizeDisplay:true}">My video</div>
<!--7SnmCUwOsts--><!--BsekcY04xvQ--><!--r1xohS2u69E--><!--Fk9EBOOAYiU--><!--sEuXfDtrco8--><!--9d8wWcJLnFI-->
<div id="bgndVideo" class="player" data-property="{videoURL:'2yacT1XMjsg',containment:'body', showControls:true, autoPlay:true, loop:false, vol:50, mute:false, startAt:0, stopAt:296, opacity:1, addRaster:true, quality:'large', optimizeDisplay:true}">My video</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion src/jquery.mb.YTPlayer.src.js
Expand Up @@ -646,7 +646,7 @@ var getYTPVideoID = function( url ) {
loopList = typeof loopList == "undefined" ? true : loopList;
jQuery( YTPlayer ).playNext( loopList );
} );
return $YTPlayer;
return this;
},
/**
*
Expand Down

0 comments on commit d512306

Please sign in to comment.