semi-working bundle

This commit is contained in:
Leo Horie 2016-05-14 01:01:35 -04:00
parent 41cfda2719
commit 5265697cb2
20 changed files with 1391 additions and 123 deletions

View file

@ -11,7 +11,8 @@ o.spec("Router.defineRoutes", function() {
o.beforeEach(function() {
$window = pushStateMock()
router = new Router($window, prefix)
router = new Router($window)
router.setPrefix(prefix)
onRouteChange = o.spy()
onFail = o.spy()
})