aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/fullscreen.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2017-12-08 10:05:38 +0000
committerSam Potts <sam@potts.es>2017-12-08 10:05:38 +0000
commitc8990bd379d97f4eb14cc35aaa90caebfb7db220 (patch)
treeb6305ac793b3f012007feacb87f23b4918dfd48b /src/js/fullscreen.js
parentde54929bb7bfb38e5720637846d1e7f5552cdc86 (diff)
downloadplyr-c8990bd379d97f4eb14cc35aaa90caebfb7db220.tar.lz
plyr-c8990bd379d97f4eb14cc35aaa90caebfb7db220.tar.xz
plyr-c8990bd379d97f4eb14cc35aaa90caebfb7db220.zip
IE & Edge fixes, Storage & Console classes
Diffstat (limited to 'src/js/fullscreen.js')
-rw-r--r--src/js/fullscreen.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/fullscreen.js b/src/js/fullscreen.js
index ac65c2bf..ac7d5fac 100644
--- a/src/js/fullscreen.js
+++ b/src/js/fullscreen.js
@@ -100,12 +100,12 @@ const fullscreen = {
const nativeSupport = fullscreen.enabled;
if (nativeSupport || (this.config.fullscreen.fallback && !utils.inFrame())) {
- this.console.log(`${nativeSupport ? 'Native' : 'Fallback'} fullscreen enabled`);
+ this.debug.log(`${nativeSupport ? 'Native' : 'Fallback'} fullscreen enabled`);
// Add styling hook to show button
utils.toggleClass(this.elements.container, this.config.classNames.fullscreen.enabled, true);
} else {
- this.console.log('Fullscreen not supported and fallback disabled');
+ this.debug.log('Fullscreen not supported and fallback disabled');
}
// Toggle state