Remove TODO

This commit is contained in:
Omar Roth
2018-03-03 23:07:18 -06:00
parent 38d7dfd7e3
commit 66f639a1d1
2 changed files with 0 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ var player = videojs('player', options, function() {
return (e.which === 75);
},
handler: function(player, options, e) {
// Example
if (player.paused()) {
player.play();
} else {