that's the last of it!! :D

This commit is contained in:
Julian Lam
2014-01-10 16:00:03 -05:00
parent a2329980c8
commit a150691b5e
16 changed files with 623 additions and 313 deletions

View File

@@ -242,7 +242,7 @@ define(function() {
if (set) {
loadingMoreUsers = true;
socket.emit('api:users.loadMore', {
socket.emit('api:user.loadMore', {
set: set,
after: $('#users-container').children().length
}, function(data) {