aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-03-10 08:50:09 +0000
committerStephen Blott2016-03-10 08:50:11 +0000
commit511607806cdf6caace67a0a3ae323def768678bd (patch)
treef80f92945465862d4cc48e8fde61e913ea4cb806 /content_scripts/link_hints.coffee
parente4127fc8f779a5c784332e65b1322180c4381dd0 (diff)
downloadvimium-511607806cdf6caace67a0a3ae323def768678bd.tar.bz2
Tests; add alphabet-hint hint tests.
This adds tests for a couple of properties that are required of alphabet hint strings.
Diffstat (limited to 'content_scripts/link_hints.coffee')
-rw-r--r--content_scripts/link_hints.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee
index 6f365700..6f99d970 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -664,3 +664,5 @@ class WaitForEnter extends Mode
root = exports ? window
root.LinkHints = LinkHints
+# For tests:
+root.AlphabetHints = AlphabetHints