Add 'search' to reserved name

This commit is contained in:
Ephemera 2014-06-13 17:47:57 +09:00
parent a4b79db39c
commit d62328ddfd
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ const
'settings', 'orgs', 'organizations',
'site', 'blog', 'about', 'explore',
'styleguide', 'showcases', 'trending',
'stars', 'dashboard', 'notifications'
'stars', 'dashboard', 'notifications',
'search'
]
, RESERVED_REPO_NAMES = ['followers', 'following']
, GH_BRANCH_SEL = '*[data-master-branch]'