Merge pull request #114 from Ephemera/additional-reserved-name

Add 'search' to reserved name
This commit is contained in:
Buu Nguyen 2014-06-13 09:50:46 -07:00
commit ce3018dafb
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]'