diff options
| author | Stephen Blott | 2015-01-20 05:27:56 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-20 06:50:08 +0000 |
| commit | 661bbbd8b6c267e19f940b83da7c817c252808fd (patch) | |
| tree | 00b6199b113510dd6595e06476e7651342d91af2 /content_scripts/mode_insert.coffee | |
| parent | 2cb0079bde5461490e0ae09286b2b3c75056fe1a (diff) | |
| download | vimium-661bbbd8b6c267e19f940b83da7c817c252808fd.tar.bz2 | |
Rework DOM tests (clean up).
Diffstat (limited to 'content_scripts/mode_insert.coffee')
| -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) -> |
