aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/captions.js
diff options
context:
space:
mode:
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');
}
},