Skip to content

Commit

Permalink
Fix eslint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichMich committed Jan 15, 2017
1 parent ec57a24 commit 1d02154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default/clock/clock.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Module.register("clock",{

// The following line solves issue: https://github.com/MichMich/MagicMirror/issues/611
clockCircle.style.border = "1px solid black";

} else if (this.config.analogFace != "none") {
clockCircle.style.border = "2px solid white";
}
Expand Down

0 comments on commit 1d02154

Please sign in to comment.