fix for lint
This commit is contained in:
parent
bb96954e69
commit
2f62084cc5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const initialize = (url) => {
|
||||
const initialize = () => {
|
||||
let p = document.createElement("p");
|
||||
p.textContent = "Hello Vim Vixen";
|
||||
p.style.position = 'fixed';
|
||||
|
|
Reference in a new issue