aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-01-20 05:27:56 +0000
committerStephen Blott2015-01-20 05:27:56 +0000
commitec1add1a10c216d84462cc8afcf7cf0a27dce90e (patch)
treeb14a219687111641c96382352774959a47039d2d /content_scripts
parentbbfcacbd944527ef403dd04f2b36ec0f74934d16 (diff)
downloadvimium-ec1add1a10c216d84462cc8afcf7cf0a27dce90e.tar.bz2
Rework DOM tests (clean up).
Diffstat (limited to 'content_scripts')
-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) ->