fix method name

This commit is contained in:
barisusakli
2015-05-20 16:39:33 -04:00
parent 4f37d268b6
commit 3341fc5644

View File

@@ -431,7 +431,7 @@ SocketUser.loadMore = function(socket, data, callback) {
}); });
}; };
SocketUser.loadPage = function(socket, data, callback) { SocketUser.loadSearchPage = function(socket, data, callback) {
function done(err, result) { function done(err, result) {
if (err) { if (err) {
return callback(err); return callback(err);