Skip to content

Commit a3b997f

Browse files
committedNov 28, 2014
Update attribute names - "stargazers" > "stargazers_count" & "forks" > "forks_count"
1 parent c20ad94 commit a3b997f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎spec/jquery.github.repo-spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ describe("jquery.github.repo", function() {
66
instance = new GithubRepo({
77
name: "jquery-github",
88
description: "A jQuery plugin to display your Github Repositories",
9-
forks: 33,
9+
forks_count: 33,
1010
pushed_at: "2013-07-02T12:08:36Z",
1111
url: "https://api.github.com/repos/zenorocha/jquery-github",
12-
stargazers: 131
12+
stargazers_count: 131
1313
});
1414
});
1515

0 commit comments

Comments
 (0)