[style] Fixing TSLint violations

This commit is contained in:
Steven Evans
2018-07-18 12:49:46 -04:00
parent b5e8d61ad6
commit 1412b01be5
4 changed files with 176 additions and 139 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export function createPopup(id: string, elems: HTMLElement[]) {
const container: HTMLDivElement = createElement("div", {
class: "popup-box-container",
display: "block",
id: id,
id,
}) as HTMLDivElement;
const content: HTMLElement = createElement("div", {
class: "popup-box-content",