Small tweak to play(), pause()

This commit is contained in:
Sam Potts 2015-02-28 00:45:56 +11:00
parent 6cec6b2e16
commit 1d2bd227f1
2 changed files with 2 additions and 6 deletions

2
dist/js/plyr.js vendored

File diff suppressed because one or more lines are too long

View File

@ -706,15 +706,11 @@
// Play media
function _play() {
player.media.play();
_checkPlaying();
}
// Pause media
function _pause() {
player.media.pause();
_checkPlaying();
player.media.pause();
}
// Check playing state