Skip to content

Commit f6189b2

Browse files
committed
set open_issue-value
1 parent b9278e0 commit f6189b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jquery.github.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function GithubRepo( repo ) {
77
this.pushed_at = repo.pushed_at;
88
this.url = repo.url;
99
this.watchers = repo.watchers;
10+
this.open_issues = repo.open_issues;
1011
}
1112

1213
// Parses HTML template

0 commit comments

Comments
 (0)