From 4879bea4a038462a2e40d91061e7d7df62deb4f6 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 9 Nov 2017 20:01:13 +1100 Subject: Moved console methods out of the root of the object --- src/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/utils.js') 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); -- cgit v1.2.3