UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
chaplin-brunch
/
app
/
routes.coffee
4 lines
(3 loc)
•
87 B
text/coffeescript
View Raw
1
2
3
4
module
.exports = (
match
) ->
match
':filterer'
,
'index#list'
match
''
,
'index#list'