mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Fix eslint console warning
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user