aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/ui.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/ui.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/ui.js')
-rw-r--r--src/js/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/ui.js b/src/js/ui.js
index 1c6290cf..0ecc5621 100644
--- a/src/js/ui.js
+++ b/src/js/ui.js
@@ -31,7 +31,7 @@ const ui = {
// Don't setup interface if no support
if (!this.supported.ui) {
- this.warn(`Basic support only for ${this.type}`);
+ this.console.warn(`Basic support only for ${this.type}`);
// Remove controls
utils.removeElement.call(this, 'controls');