Skip to content

Commit

Permalink
[docs] Fix trailing comma in GH Contributors mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarence Leung committed Feb 11, 2014
1 parent feaa30f commit 60d5e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/docs/app/assets/app-contributors-mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ YUI.add('app-contributors-mock', function (Y) {
"html_url": "https://github.com/yui",
"name": "YUI Library",
"public_repos": 34,
"followers": 0,
}
"followers": 0
};
break;
case '/users/yui/repos':
data = [
Expand Down Expand Up @@ -114,7 +114,7 @@ YUI.add('app-contributors-mock', function (Y) {
"html_url": "https://github.com/ericf",
"name": "Eric Ferraiuolo",
"public_repos": 47,
"followers": 185,
"followers": 185
};
break;
case '/users/ericf/repos':
Expand Down

0 comments on commit 60d5e20

Please sign in to comment.