This commit is contained in:
Leo Horie 2016-12-03 09:09:37 -05:00
parent 23d0939647
commit 7368cf6f26

View file

@ -165,8 +165,8 @@ o.spec("route", function() {
o("event handlers can skip redraw", function(done) {
var onupdate = o.spy()
var oninit = o.spy()
var onclick = o.spy()
var oninit = o.spy()
var onclick = o.spy()
var e = $window.document.createEvent("MouseEvents")
e.initEvent("click", true, true)