diff options
Diffstat (limited to 'src/js/ui.js')
-rw-r--r-- | src/js/ui.js | 2 |
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'); |