diff options
| author | Stephen Blott | 2015-02-01 15:48:54 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-02-01 15:48:54 +0000 |
| commit | a9b8c4cdc176889c8ef442711109a9b5f4334c16 (patch) | |
| tree | be69020dd730339135510e54eebc450994d86f50 /content_scripts/mode_insert.coffee | |
| parent | 68e4aa3931babdf97c5f12dc5f655415e2073402 (diff) | |
| parent | 7939b69ffc2880ff4590d1c8dcfd5eb7492200fd (diff) | |
| download | vimium-a9b8c4cdc176889c8ef442711109a9b5f4334c16.tar.bz2 | |
Merge branch 'modes-rework-dom-tests'
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) -> |
