From 66f96daf4e807868e22c8c443f7c7e3d27d45321 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 17 Aug 2013 14:25:50 +0300 Subject: [PATCH] htdocs/site/js/github.js: switch to one var per line. --- htdocs/site/js/github.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/site/js/github.js b/htdocs/site/js/github.js index 66901f640..e4ff10b3f 100644 --- a/htdocs/site/js/github.js +++ b/htdocs/site/js/github.js @@ -12,13 +12,14 @@ jQuery.fn.listCommits = function(username, repository, branch) { var target = this; $.getJSON('https://api.github.com/repos/' + username + '/' + repository + '/commits?sha=' + branch + '&callback=?', function(response) { - var commits = response.data, - list = $('