#1579 prevent infinite loop in non-existent default route

This commit is contained in:
Leo 2017-02-03 22:21:14 -05:00
parent 5faa996805
commit 9d5f686bbd
5 changed files with 51 additions and 52 deletions

View file

@ -108,7 +108,7 @@ o.spec("route", function() {
done()
}
})
o("redraws when render function is executed", function() {
var onupdate = o.spy()
var oninit = o.spy()