more docs
This commit is contained in:
parent
d6e18ca134
commit
3a19dddb22
5 changed files with 113 additions and 24 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue