diff options
| author | mrmr1993 | 2015-06-03 03:34:34 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2015-06-10 17:26:53 +0100 | 
| commit | 24c53c33ea8b4b603db91bc68fd3b7e50d7b5615 (patch) | |
| tree | 5eb10e835ac21022e6de9366bb86f973c759fb20 /content_scripts/hud.coffee | |
| parent | 850533b89c71a0320b610ad2d26161067a5ace3b (diff) | |
| download | vimium-24c53c33ea8b4b603db91bc68fd3b7e50d7b5615.tar.bz2 | |
Integrate performFindInPlace into FindMode as findInPlace
Diffstat (limited to 'content_scripts/hud.coffee')
| -rw-r--r-- | content_scripts/hud.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/hud.coffee b/content_scripts/hud.coffee index ca2eb7f2..4535ba69 100644 --- a/content_scripts/hud.coffee +++ b/content_scripts/hud.coffee @@ -38,7 +38,7 @@ HUD =      window.scrollTo findMode.scrollX, findMode.scrollY if findMode.options.returnToViewport      findModeQuery.rawQuery = data.query      updateFindModeQuery() -    performFindInPlace() +    findMode.findInPlace()      showFindModeHUDForQuery()    # Hide the HUD.  | 
