summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 23:11:28 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 23:11:28 -0500
commit83a884197ff0226631a46e4894f22b8468b15598 (patch)
tree4048ed87510ae15d283f63ef799072914ed4b2d3 /StoneIsland/www/js/index.js
parentef14c875d7056f90be606ebf1f389c112b947f81 (diff)
add deep linking lib
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 1f2de128..e6bdf49f 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -69,7 +69,7 @@ var app = (function(){
app.view = null
app.router = new SiteRouter ()
- app.account.connect( app.router.route.bind(app.router) )
+ app.account.connect( app.router.launch.bind(app.router) )
$("body").removeClass("loading")
}