diff options
Diffstat (limited to 'tests/dom_tests/chrome.coffee')
| -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: -> } } |
