Removed onSetup from docs code

This commit is contained in:
Sam Potts
2016-01-19 00:33:22 +11:00
parent 268223ac52
commit 42c955c5eb
2 changed files with 1 additions and 4 deletions

View File

@ -11,9 +11,6 @@ plyr.setup('.js-media-player', {
tooltips: true,
captions: {
defaultActive: true
},
onSetup: function() {
console.log('✓ Setup done');
}
});