aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/captions.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/captions.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/captions.js')
-rw-r--r--src/js/captions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/captions.js b/src/js/captions.js
index 851bf58d..247bf5db 100644
--- a/src/js/captions.js
+++ b/src/js/captions.js
@@ -183,7 +183,7 @@ const captions = {
// Set new caption text
this.elements.captions.appendChild(content);
} else {
- this.warn('No captions element to render to');
+ this.console.warn('No captions element to render to');
}
},