]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove uneeded last comma
authorLukas Reschke <lukas@statuscode.ch>
Sat, 19 Apr 2014 22:20:27 +0000 (00:20 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:53:57 +0000 (12:53 +0200)
settings/js/users/users.js

index 3832464c3468f93b2b40e25e6dc73e33debbd6c5..fe9c255d0ca89a4369b02869b9bc6f9f751fd834 100644 (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) {