fix indentation

This commit is contained in:
fewieden 2017-02-08 00:05:28 +01:00
parent 2f71a43420
commit 6cb3cf8747
4 changed files with 59 additions and 59 deletions

View File

@ -209,7 +209,7 @@ Module.register("clock",{
wrapper.appendChild(digitalWrapper);
wrapper.appendChild(analogWrapper);
}
}
};
if (placement === "left" || placement === "right") {
digitalWrapper.style.display = "inline-block";