From 39fca2ef29cb2fec9b2df8175d9221d32fc58a00 Mon Sep 17 00:00:00 2001 From: manukall Date: Mon, 25 Jul 2011 10:36:39 -0700 Subject: [PATCH] actually call the github api when searching for repositories --- github.js | 1 + 1 file changed, 1 insertion(+) diff --git a/github.js b/github.js index d32646c..3fa3045 100644 --- a/github.js +++ b/github.js @@ -425,6 +425,7 @@ context = arguments[2]; } url += "?" + paramify(opts); + jsonp(url, callback, context); return this; };