Skip to content

Commit d017001

Browse files
committed
commit
1 parent 373ca19 commit d017001

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

element.js

-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ export let create = (target, type, id, style) => {
44
let element = document.createElement(type);
55

66
element.style.display = "block";
7-
87
element.style.position = "absolute";
9-
108
element.setAttribute("id", id);
11-
129
element.setAttribute("class", "box");
1310

1411
Object.entries(style).map(entry => {

0 commit comments

Comments
 (0)