linter fixes

This commit is contained in:
Rodrigo Ramírez Norambuena
2019-07-26 00:38:52 -04:00
parent 32521aba6b
commit 82ee051c1a
4 changed files with 15 additions and 15 deletions

View File

@@ -273,7 +273,7 @@ Module.register("currentweather",{
if (this.config.useLocationAsHeader && this.config.location !== false) {
return this.config.location;
}
return this.data.header;
},