aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dom_tests
diff options
context:
space:
mode:
authorStephen Blott2014-12-29 14:22:53 +0000
committerStephen Blott2014-12-29 14:35:21 +0000
commit0524bdc3f76279e8930bfe4b1b42d93e0e9bf6e4 (patch)
tree6f01a27708c2ba8c085ef093df58814715441b08 /tests/dom_tests
parenta6dc63fd7c49926e6ad32174621b32eeb3fd9283 (diff)
downloadvimium-0524bdc3f76279e8930bfe4b1b42d93e0e9bf6e4.tar.bz2
Refactor UIComponent, etc., and demo.
- Simplify component API. - Iframe flashes on re-focus. - Probably some other stuff which I've forgotten.
Diffstat (limited to 'tests/dom_tests')
-rw-r--r--tests/dom_tests/chrome.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dom_tests/chrome.coffee b/tests/dom_tests/chrome.coffee
index 2695ef20..a49a565a 100644
--- a/tests/dom_tests/chrome.coffee
+++ b/tests/dom_tests/chrome.coffee
@@ -22,4 +22,5 @@ root.chrome = {
storage:
local:
get: ->
+ set: ->
}