diff options
| author | Stephen Blott | 2015-02-21 06:45:54 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-02-23 06:25:48 +0000 | 
| commit | 731d45a8e8faf1f209632d5093bef5b554e26bb6 (patch) | |
| tree | de9d18e0ec901410c124f8ee62d6c8ee77592217 /tests/dom_tests | |
| parent | 30485767273aabdd1190ba84b3002f8f15526695 (diff) | |
| download | vimium-731d45a8e8faf1f209632d5093bef5b554e26bb6.tar.bz2 | |
Ensure inconito mode flag and find-mode-history are initialised.
See #1495.
Diffstat (limited to 'tests/dom_tests')
| -rw-r--r-- | tests/dom_tests/chrome.coffee | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dom_tests/chrome.coffee b/tests/dom_tests/chrome.coffee index d6c03fc1..5f276649 100644 --- a/tests/dom_tests/chrome.coffee +++ b/tests/dom_tests/chrome.coffee @@ -27,3 +27,5 @@ root.chrome =      sync:        get: ->        set: -> +    onChanged: +      addListener: ->  | 
