first layout
This commit is contained in:
3
javascripts/jquery.github.js
Normal file
3
javascripts/jquery.github.js
Normal file
@@ -0,0 +1,3 @@
|
||||
jQuery.githubUser = function(username, callback) {
|
||||
jQuery.getJSON("http://github.com/api/v1/json/" + username + "?callback=?", callback);
|
||||
}
|
19
javascripts/jquery.js
vendored
Normal file
19
javascripts/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user