Remove references to window.Plyr

This commit is contained in:
Sam Potts
2018-05-10 09:34:15 +10:00
parent 33a11fb53a
commit 765c01e83d
6 changed files with 17 additions and 23 deletions

View File

@ -19,7 +19,7 @@ function onChange() {
}
// Trigger an event
utils.dispatchEvent(this.target, this.active ? 'enterfullscreen' : 'exitfullscreen', true);
utils.dispatchEvent.call(this.player, this.target, this.active ? 'enterfullscreen' : 'exitfullscreen', true);
// Trap focus in container
if (!browser.isIos) {