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