Merge pull request #27 from NumEricR/master

Fix issues #9 and #11
This commit is contained in:
Eric R
2011-07-26 13:51:08 -07:00
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -80,7 +80,9 @@ var run = function() {
location: data.user.location,
gravatar_id: data.user.gravatar_id,
repos: data.user.public_repo_count,
plural: data.user.public_repo_count > 1 ? 'repositories' : 'repository',
reposLabel: data.user.public_repo_count > 1 ? 'repositories' : 'repository',
followers: data.user.followers_count,
followersLabel: data.user.followers_count > 1 ? 'followers' : 'follower',
username: username,
since: since
};