From 6e5cc9505e8b577228bfbe87729174c105a747fd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 14 Sep 2015 15:38:59 -0400 Subject: stub views --- StoneIsland/www/js/lib/router.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'StoneIsland/www/js/lib/router.js') diff --git a/StoneIsland/www/js/lib/router.js b/StoneIsland/www/js/lib/router.js index b1c33cb7..28793fe5 100644 --- a/StoneIsland/www/js/lib/router.js +++ b/StoneIsland/www/js/lib/router.js @@ -3,7 +3,14 @@ var SiteRouter = Router.extend({ el: "body", routes: { - "/": 'login', - } + "/": 'index', + }, + + initialize: function(){ + this.route() + }, + + index: function(){ + }, }) \ No newline at end of file -- cgit v1.2.3-70-g09d2