diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-14 18:59:39 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-14 19:06:34 -0400 |
| commit | 685d2f5bd5b27f22b9ce01a99bc578585d955c33 (patch) | |
| tree | 8d5dbbae1d9bd4071f5c043ea589b7a1aae4dde6 /StoneIsland/www/js/lib/router.js | |
| parent | c7f78fee3e5c9a78dbd6c22910ca529a0ee34827 (diff) | |
nav and routing
Diffstat (limited to 'StoneIsland/www/js/lib/router.js')
| -rw-r--r-- | StoneIsland/www/js/lib/router.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/StoneIsland/www/js/lib/router.js b/StoneIsland/www/js/lib/router.js deleted file mode 100644 index 28793fe5..00000000 --- a/StoneIsland/www/js/lib/router.js +++ /dev/null @@ -1,16 +0,0 @@ -var SiteRouter = Router.extend({ - - el: "body", - - routes: { - "/": 'index', - }, - - initialize: function(){ - this.route() - }, - - index: function(){ - }, - -})
\ No newline at end of file |
