diff options
| author | Jez Ng | 2012-09-09 20:40:54 -0400 |
|---|---|---|
| committer | Jez Ng | 2012-09-09 20:40:54 -0400 |
| commit | 99afbfc0018d078959e7bf36352771d9e9206338 (patch) | |
| tree | 2b0d8ce2090f75b2c24724d9fbd96427935a73f4 /content_scripts/link_hints.coffee | |
| parent | 44ed1848548d4c73c35c3302fc47ebfc8295dcae (diff) | |
| download | vimium-99afbfc0018d078959e7bf36352771d9e9206338.tar.bz2 | |
More lint fixes.
Diffstat (limited to 'content_scripts/link_hints.coffee')
| -rw-r--r-- | content_scripts/link_hints.coffee | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 831408e2..a47f9263 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -242,9 +242,9 @@ LinkHints = callback() if (callback) else setTimeout(-> - deactivate() - callback() if callback - delay) + deactivate() + callback() if callback + delay) alphabetHints = hintKeystrokeQueue: [] |
