more docs

This commit is contained in:
Leo Horie 2016-08-04 00:00:31 -04:00
parent d6e18ca134
commit 3a19dddb22
5 changed files with 113 additions and 24 deletions

View file

@ -68,7 +68,9 @@ o.spec("mount", function() {
}, FRAME_BUDGET)
})
o("redraws several mount points on events", function(done) {
o("redraws several mount points on events", function(done, timeout) {
timeout(60)
var onupdate0 = o.spy()
var oninit0 = o.spy()
var onclick0 = o.spy()