diff options
| author | Phil Crosby | 2013-09-16 12:06:18 -0700 |
|---|---|---|
| committer | Phil Crosby | 2013-09-16 12:06:18 -0700 |
| commit | 6708ddac3655c92f0ef385562c46d6b5e0d047a8 (patch) | |
| tree | ba4902e0c52e01ba915290d0a3319153d98ce3e8 /tests | |
| parent | fabfc23f893ff208dd346f27744d92984dbe6052 (diff) | |
| parent | 9278d262c56301e997ccb214814543f64c7ba30b (diff) | |
| download | vimium-6708ddac3655c92f0ef385562c46d6b5e0d047a8.tar.bz2 | |
Merge pull request #912 from maksimr/master
Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed #908)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dom_tests/chrome.coffee | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/dom_tests/chrome.coffee b/tests/dom_tests/chrome.coffee index 71d0c572..7f99e27f 100644 --- a/tests/dom_tests/chrome.coffee +++ b/tests/dom_tests/chrome.coffee @@ -5,7 +5,7 @@ root = exports ? window root.chrome = { - extension: { + runtime: { connect: -> { onMessage: { addListener: -> @@ -16,8 +16,6 @@ root.chrome = { addListener: -> } sendMessage: -> - } - runtime: { getManifest: -> } } |
