diff options
| author | Stephen Blott | 2015-01-20 05:27:56 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-20 05:27:56 +0000 |
| commit | ec1add1a10c216d84462cc8afcf7cf0a27dce90e (patch) | |
| tree | b14a219687111641c96382352774959a47039d2d /content_scripts | |
| parent | bbfcacbd944527ef403dd04f2b36ec0f74934d16 (diff) | |
| download | vimium-ec1add1a10c216d84462cc8afcf7cf0a27dce90e.tar.bz2 | |
Rework DOM tests (clean up).
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/mode_insert.coffee | 2 |
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) -> |
