Skip to content

Commit

Permalink
Revert "allow periods in arguments to routes"
Browse files Browse the repository at this point in the history
This reverts commit 24cd4e1.
  • Loading branch information
Russell Frank committed Nov 28, 2011
1 parent 24cd4e1 commit a04b7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/router.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ normalize = (command, keys, sensitive) ->
(if optional then '' else slash),
'(?:',
(if optional then slash else ''),
(format or '') + '([^/]+))',
(format or '') + '([^/.]+))',
(optional or '')
)
)
Expand Down

0 comments on commit a04b7de

Please sign in to comment.