diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 09:19:15 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 09:19:15 +0900 |
commit | d169661e030e53b6a1635f86205f9fc42d2b7ef2 (patch) | |
tree | c939205da3019b63ffddbe756bd8893fd7c82902 /src | |
parent | b501db2a46f6ef639d4f2e176f320514770dd7a5 (diff) | |
parent | 5a4a0a0b8fad3619829abb46c3e363162133a8bb (diff) |
Merge branch 'lint-and-ci'
Diffstat (limited to 'src')
-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'; |