spacing
This commit is contained in:
parent
23d0939647
commit
7368cf6f26
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ o.spec("route", function() {
|
||||||
|
|
||||||
o("event handlers can skip redraw", function(done) {
|
o("event handlers can skip redraw", function(done) {
|
||||||
var onupdate = o.spy()
|
var onupdate = o.spy()
|
||||||
var oninit = o.spy()
|
var oninit = o.spy()
|
||||||
var onclick = o.spy()
|
var onclick = o.spy()
|
||||||
var e = $window.document.createEvent("MouseEvents")
|
var e = $window.document.createEvent("MouseEvents")
|
||||||
|
|
||||||
e.initEvent("click", true, true)
|
e.initEvent("click", true, true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue