Remove uneeded last comma

This commit is contained in:
Lukas Reschke 2014-04-20 00:20:27 +02:00 committed by Arthur Schiwon
parent b56d14260d
commit 0067306fd6

View file

@ -404,7 +404,7 @@ var UserList = {
if (UserList.scrollArea.scrollTop() + UserList.scrollArea.height() > UserList.scrollArea.get(0).scrollHeight - 500) {
UserList.update(UserList.currentGid, true);
}
},
}
};
function setQuota (uid, quota, ready) {