From b2a36d58417943e349a1a0f5ee42fd9dcf0f8550 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 29 Sep 2012 16:57:30 +0300 Subject: [PATCH] github.js: normalize comment --- htdocs/site/js/github.js | 4 ++-- htdocs/site/js/github.min.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/site/js/github.js b/htdocs/site/js/github.js index 640860e7dc9..f7f2564612c 100644 --- a/htdocs/site/js/github.js +++ b/htdocs/site/js/github.js @@ -1,5 +1,5 @@ -// Inspired by: -// http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html +// Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html + jQuery.fn.listCommits = function(username, repository, branch) { this.html('Querying GitHub for recent commits…'); diff --git a/htdocs/site/js/github.min.js b/htdocs/site/js/github.min.js index 059c747bd4b..c80ea371fba 100644 --- a/htdocs/site/js/github.min.js +++ b/htdocs/site/js/github.min.js @@ -1 +1,2 @@ +// Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html jQuery.fn.listCommits=function(e,t,n){function i(e){var t=e.indexOf("\n");return t>-1?e.slice(0,t):e}this.html("Querying GitHub for recent commits…");var r=this;$.getJSON("https://api.github.com/repos/"+e+"/"+t+"/commits?sha="+n+"&callback=?",function(n){var s=n.data,o=$('