mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Fix eslint console warning
This commit is contained in:
parent
6071315b16
commit
8ff385a568
@ -58,7 +58,9 @@ Polymer({
|
||||
}.bind(this);
|
||||
|
||||
var error = function () {
|
||||
/* eslint-disable no-console */
|
||||
console.error('Micromarkdown was not loaded.');
|
||||
/* eslint-enable no-console */
|
||||
};
|
||||
|
||||
this.importHref(
|
||||
|
Loading…
x
Reference in New Issue
Block a user