diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 08:36:17 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 08:36:17 +0900 |
commit | 2f62084cc5d5f43e365169edac62aa441b2163d7 (patch) | |
tree | ed4e61b70a5f9522449970c10d51a71c46f779cb | |
parent | bb96954e6906374a4fd81bbed2ce79a9e2da2ecf (diff) |
fix for lint
-rw-r--r-- | src/module.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.js b/src/module.js index 4378d0d..e967a62 100644 --- a/src/module.js +++ b/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'; |