aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode_insert.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-01-20 05:27:56 +0000
committerStephen Blott2015-01-20 06:50:08 +0000
commit661bbbd8b6c267e19f940b83da7c817c252808fd (patch)
tree00b6199b113510dd6595e06476e7651342d91af2 /content_scripts/mode_insert.coffee
parent2cb0079bde5461490e0ae09286b2b3c75056fe1a (diff)
downloadvimium-661bbbd8b6c267e19f940b83da7c817c252808fd.tar.bz2
Rework DOM tests (clean up).
Diffstat (limited to 'content_scripts/mode_insert.coffee')
-rw-r--r--content_scripts/mode_insert.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode_insert.coffee b/content_scripts/mode_insert.coffee
index eac4a3d0..6932f419 100644
--- a/content_scripts/mode_insert.coffee
+++ b/content_scripts/mode_insert.coffee
@@ -48,7 +48,7 @@ class InsertMode extends Mode
if @insertModeLock != event.target and DomUtils.isFocusable event.target
@activateOnElement event.target
- # Only for tests. This gives us a hook to test the status of the permanent instance.
+ # Only for tests. This gives us a hook to test the status of the permanently-installed instance.
InsertMode.permanentInstance = @ if @permanent
isActive: (event) ->