aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dom_tests
diff options
context:
space:
mode:
authorMaksim Ryzhikov2013-09-12 15:26:50 +0400
committerMaksim Ryzhikov2013-09-12 15:26:50 +0400
commit9278d262c56301e997ccb214814543f64c7ba30b (patch)
treeba4902e0c52e01ba915290d0a3319153d98ce3e8 /tests/dom_tests
parent2030c2b74fba975373a9d1841f2ca5a7feadff17 (diff)
downloadvimium-9278d262c56301e997ccb214814543f64c7ba30b.tar.bz2
Changed deprecated chrome.extension on chrome.runtime in all files and fix tests
Diffstat (limited to 'tests/dom_tests')
-rw-r--r--tests/dom_tests/chrome.coffee4
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: ->
}
}