This commit is contained in:
Sam Potts
2018-03-27 23:52:26 +11:00
parent 0976afe282
commit 951df64b7f
15 changed files with 18 additions and 42 deletions

View File

@@ -164,8 +164,6 @@ class Fullscreen {
return;
}
console.warn(this.prefix);
// iOS native fullscreen doesn't need the request step
if (browser.isIos && this.player.config.fullscreen.iosNative) {
if (this.player.playing) {
@@ -202,8 +200,6 @@ class Fullscreen {
// Toggle state
toggle() {
console.warn('TOGGLE');
if (!this.active) {
this.enter();
} else {