1
0
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:
Paulus Schoutsen
2016-11-22 22:08:39 -08:00
parent 6071315b16
commit 8ff385a568

View File

@@ -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(