diff options
| author | Jez Ng | 2012-04-27 16:37:45 -0400 |
|---|---|---|
| committer | Jez Ng | 2012-04-27 16:37:45 -0400 |
| commit | bd4cbd3f03e3bb92ca90dbd04d5118a32da4d487 (patch) | |
| tree | c980d48637e4f69eb69c1fee08f060ba6be67e51 /linkHints.js | |
| parent | 36ba08a4e14f7de05b3357b35666e7351083998d (diff) | |
| download | vimium-bd4cbd3f03e3bb92ca90dbd04d5118a32da4d487.tar.bz2 | |
Touch up on previous commit.
Diffstat (limited to 'linkHints.js')
| -rw-r--r-- | linkHints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linkHints.js b/linkHints.js index 8f91264c..7d6b431f 100644 --- a/linkHints.js +++ b/linkHints.js @@ -207,7 +207,7 @@ var linkHints = { // TODO figure out which other input elements should not receive focus if (clickEl.nodeName.toLowerCase() === 'input' && clickEl.type !== 'button') clickEl.focus(); - domUtils.flashElement(clickEl, matchedLink.rect); + domUtils.flashRect(matchedLink.rect); this.linkActivator(clickEl); if (this.shouldOpenWithQueue) { this.deactivateMode(delay, function() { |
