all your semi-colons are belongs to me

This commit is contained in:
psychobunny
2014-10-08 12:18:32 -04:00
parent f4b5090738
commit 729ed6fbda
5 changed files with 6 additions and 6 deletions

View File

@@ -200,7 +200,7 @@ SocketUser.uploadProfileImageFromUrl = function(socket, url, callback) {
callback(err, image.url);
});
});
}
};
SocketUser.follow = function(socket, data, callback) {
if (!socket.uid || !data) {