diff options
| author | Stephen Blott | 2016-03-26 11:34:40 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-03-26 11:34:40 +0000 |
| commit | 068b6513bc3226e4ef07e8cfb1ef2d5fb0ae2cc4 (patch) | |
| tree | cc96e2b0af57c2e9c54d5a29020b8be34e98c8ac | |
| parent | 18b323f96796a02b4ef36b7041a8cac18b0c1fbd (diff) | |
| download | vimium-068b6513bc3226e4ef07e8cfb1ef2d5fb0ae2cc4.tar.bz2 | |
This parameter wasn't being used.
| -rw-r--r-- | content_scripts/marks.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/marks.coffee b/content_scripts/marks.coffee index 067d05a8..ba0467b0 100644 --- a/content_scripts/marks.coffee +++ b/content_scripts/marks.coffee @@ -52,7 +52,7 @@ Marks = localStorage[@getLocationKey keyChar] = @getMarkString() @showMessage "Created local mark", keyChar - activateGotoMode: (registryEntry) -> + activateGotoMode: -> @mode = new Mode name: "goto-mark" indicator: "Go to mark..." |
