diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-20 20:34:35 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-20 20:34:35 +0900 |
commit | c8c76dbde1f507a64efbef56cb01c05f96550b50 (patch) | |
tree | d2be1947b283352453f2132af6145e783ee16bfa /src/content/follow.js | |
parent | 9e4e6f847580984fdac9e4a1a7f85fc49b1c9d96 (diff) |
remove TODO
Diffstat (limited to 'src/content/follow.js')
-rw-r--r-- | src/content/follow.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/follow.js b/src/content/follow.js index eedd1ed..b1d2f5c 100644 --- a/src/content/follow.js +++ b/src/content/follow.js @@ -10,7 +10,6 @@ export default class Follow { this.keys = []; this.onActivatedCallbacks = []; - // TODO activate input elements and push button elements let links = Follow.getTargetElements(doc); this.addHints(links); |