fix for lint

jh-changes
Shin'ya Ueoka 7 years ago
parent bb96954e69
commit 2f62084cc5
  1. 2
      src/module.js

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