Add `repositories` to reserved list

This commit is contained in:
Buu Nguyen 2014-07-07 16:04:01 -07:00
parent fbe17261cb
commit 2f8454c973
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const
'stars', 'dashboard', 'notifications',
'search'
]
, RESERVED_REPO_NAMES = ['followers', 'following']
, RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
, GH_BRANCH_SEL = '*[data-master-branch]'
, GH_BRANCH_BTN_SEL = '*[data-master-branch] > .js-select-button'
, GH_404_SEL = '#parallax_wrapper'