fix for lint

This commit is contained in:
Shin'ya Ueoka 2017-08-12 08:36:17 +09:00
parent bb96954e69
commit 2f62084cc5

View file

@ -1,4 +1,4 @@
const initialize = (url) => { const initialize = () => {
let p = document.createElement("p"); let p = document.createElement("p");
p.textContent = "Hello Vim Vixen"; p.textContent = "Hello Vim Vixen";
p.style.position = 'fixed'; p.style.position = 'fixed';