aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/utils.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-11-09 20:01:13 +1100
committerSam Potts <me@sampotts.me>2017-11-09 20:01:13 +1100
commit4879bea4a038462a2e40d91061e7d7df62deb4f6 (patch)
treedcfca7840d3fc6fc6a4390d8d059fa3810904a39 /src/js/utils.js
parent66917fd39bd044ed728c98d21a192273b9129bde (diff)
downloadplyr-4879bea4a038462a2e40d91061e7d7df62deb4f6.tar.lz
plyr-4879bea4a038462a2e40d91061e7d7df62deb4f6.tar.xz
plyr-4879bea4a038462a2e40d91061e7d7df62deb4f6.zip
Moved console methods out of the root of the object
Diffstat (limited to 'src/js/utils.js')
-rw-r--r--src/js/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/utils.js b/src/js/utils.js
index 84947e58..a635e021 100644
--- a/src/js/utils.js
+++ b/src/js/utils.js
@@ -418,7 +418,7 @@ const utils = {
return true;
} catch (error) {
// Log it
- this.warn('It looks like there is a problem with your custom controls HTML', error);
+ this.console.warn('It looks like there is a problem with your custom controls HTML', error);
// Restore native video controls
this.toggleNativeControls(true);