diff options
| author | mrmr1993 | 2015-06-02 17:19:24 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2015-06-10 17:22:21 +0100 | 
| commit | 73c651465d1395e23daae01b0ae2a3df5b24a789 (patch) | |
| tree | 9927e354026fabadb2da71861a75e05e3e9ff3bf /manifest.json | |
| parent | e92b9db2aeaa09b1855900936252e27e3535f9da (diff) | |
| download | vimium-73c651465d1395e23daae01b0ae2a3df5b24a789.tar.bz2 | |
Guard against chrome being undefined in the HUD iframe
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 80aca4c5..4ef5edfe 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@               "lib/handler_stack.js",               "lib/clipboard.js",               "lib/settings.js", +             "lib/find_mode_history.js",               "content_scripts/ui_component.js",               "content_scripts/link_hints.js",               "content_scripts/vomnibar.js",  | 
