aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-12 09:19:15 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-12 09:19:15 +0900
commitd169661e030e53b6a1635f86205f9fc42d2b7ef2 (patch)
treec939205da3019b63ffddbe756bd8893fd7c82902 /src
parentb501db2a46f6ef639d4f2e176f320514770dd7a5 (diff)
parent5a4a0a0b8fad3619829abb46c3e363162133a8bb (diff)
Merge branch 'lint-and-ci'
Diffstat (limited to 'src')
-rw-r--r--src/module.js2
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';