Skip to content

Commit 3c174e1

Browse files
committed
Source formatting zenorocha#25
1 parent f6189b2 commit 3c174e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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;
10+
this.open_issues = repo.open_issues;
1111
}
1212

1313
// Parses HTML template

0 commit comments

Comments
 (0)