index
:
stone-island.git
android
cms
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
StoneIsland
/
www
/
js
/
lib
/
router.js
blob: b1c33cb702755ec8d11ef1e49844e9173a76f8df (
plain
)
1
2
3
4
5
6
7
8
9
var
SiteRouter
=
Router
.
extend
({
el
:
"body"
,
routes
:
{
"/"
:
'login'
,
}
})