Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Remove trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Aug 9, 2012
1 parent 4fc80f6 commit 114e8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reddit_about/public/static/js/about/about-team.js
Expand Up @@ -3,7 +3,7 @@ TeamRouter = Backbone.Router.extend({
'': 'sort',
'sort/:sortId': 'sort',
'sort/:sortId/user/:username': 'sort',
'user/:username': 'username',
'user/:username': 'username'
},

defaultSortId: 'random',
Expand Down

0 comments on commit 114e8f9

Please sign in to comment.