diff options
Diffstat (limited to 'content_scripts/mode_find.coffee')
| -rw-r--r-- | content_scripts/mode_find.coffee | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/content_scripts/mode_find.coffee b/content_scripts/mode_find.coffee index 5a2da741..5238ab34 100644 --- a/content_scripts/mode_find.coffee +++ b/content_scripts/mode_find.coffee @@ -215,6 +215,7 @@ getCurrentRange = ->      selection.collapseToStart() if selection.type == "Range"      selection.getRangeAt 0 -root = exports ? window +root = exports ? (window.root ?= {})  root.PostFindMode = PostFindMode  root.FindMode = FindMode +extend window, root unless exports? | 
