Skip to content

Commit

Permalink
removed unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed Nov 1, 2010
1 parent c5d0fb7 commit a66cd33
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions examples/player.html
Expand Up @@ -43,13 +43,10 @@ <h1>

<script type="text/javascript">
//<![CDATA[

(function($){
var config = {

var config = {
repeatPlaylist: 1,

// Custom playlist
playlist: {
title: 'Random videos',
videos: [
Expand All @@ -61,18 +58,6 @@ <h1>
{ id: '3ycBGkLkEkg', title: 'Wingsuit BASE jumping in Baffin Island' }
]
}

/*
// Youtube playlist
playlist: {
playlist: '71B8152559FA2805'
}
// Latest user videos
playlist: {
user: 'TheSensless'
}
*/
};

$('.youtube-player').player(config)
Expand Down

0 comments on commit a66cd33

Please sign in to comment.