Be consistent in function definition approach.

This commit is contained in:
James Muscat 2015-04-15 16:59:56 +01:00
parent 2691ed7a81
commit cd4f1d69c6

View File

@ -42,7 +42,7 @@ formatStats = function() {
}); });
} }
function doUpdate(url, success, failure) { doUpdate = function(url, success, failure) {
$.ajax({ $.ajax({
dataType: "json", dataType: "json",
url: url, url: url,