fix tests after merge conflict

This commit is contained in:
Leo Horie 2016-05-20 22:50:52 -04:00
parent acd9d5b641
commit b1e8f61c87
3 changed files with 3 additions and 49 deletions

View file

@ -23,7 +23,7 @@ o.spec("m.route", function() {
root = $window.document.body
renderers = []
route = apiRouter($window, redraw)
route = apiRouter($window, renderers)
})
o("pushes a render function", function() {