aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
diff options
context:
space:
mode:
authorJez Ng2012-09-09 20:40:54 -0400
committerJez Ng2012-09-09 20:40:54 -0400
commit99afbfc0018d078959e7bf36352771d9e9206338 (patch)
tree2b0d8ce2090f75b2c24724d9fbd96427935a73f4 /content_scripts/link_hints.coffee
parent44ed1848548d4c73c35c3302fc47ebfc8295dcae (diff)
downloadvimium-99afbfc0018d078959e7bf36352771d9e9206338.tar.bz2
More lint fixes.
Diffstat (limited to 'content_scripts/link_hints.coffee')
-rw-r--r--content_scripts/link_hints.coffee6
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: []