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

@@ -123,7 +123,7 @@ define(function() {
function startLoading(set, after, emptyContainer) {
loadingMoreUsers = true;
socket.emit('api:users.loadMore', {
socket.emit('api:user.loadMore', {
set: set,
after: after
}, function(data) {