diff options
| author | Jez Ng | 2012-09-03 03:43:21 -0400 | 
|---|---|---|
| committer | Jez Ng | 2012-09-03 03:44:05 -0400 | 
| commit | 1c11d343475cc5e40b5384dcf6cac90506681832 (patch) | |
| tree | 9bd3aed10cc69a19bf350fd85e02e82da687933b /test_harnesses | |
| parent | 51bb56a0439de93a7e79b05d231c84fd6844a8a3 (diff) | |
| download | vimium-1c11d343475cc5e40b5384dcf6cac90506681832.tar.bz2 | |
Fix Vomnibar test harness.
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/vomnibar.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test_harnesses/vomnibar.html b/test_harnesses/vomnibar.html index 254653d7..af1d0a19 100644 --- a/test_harnesses/vomnibar.html +++ b/test_harnesses/vomnibar.html @@ -31,8 +31,8 @@          sendRequest: function() { },        }; -      vomnibar.activate(); -      var ui = vomnibar.getUI(); +      Vomnibar.activate(); +      var ui = Vomnibar.getUI();        ui.populateUiWithCompletions(results)      }; | 
