summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-14 19:12:33 -0400
committerJules Laplace <jules@okfoc.us>2015-09-14 19:12:33 -0400
commit007ef2401acf0a98d7412dba06e1acd5f3957a1b (patch)
tree806b77bab1cee31b09ed5075d9aafd1e32f54a12 /StoneIsland/www/js/index.js
parent75898c4a43a68e3bea02e4e05fa2158848d455b4 (diff)
stub blog views
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 676dedfc..9a8e945c 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -11,6 +11,7 @@ var app = (function(){
app.ready = function(){
app.view = null
+ app.nav = new NavView ()
app.router = new SiteRouter ()
}