Skip to content

Commit 39fca2e

Browse files
committed
actually call the github api when searching for repositories
1 parent 76767bd commit 39fca2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
context = arguments[2];
426426
}
427427
url += "?" + paramify(opts);
428+
jsonp(url, callback, context);
428429
return this;
429430
};
430431

0 commit comments

Comments
 (0)