Update formatting for style consistency
This commit is contained in:
@ -50,8 +50,9 @@ userSchema.methods.comparePassword = function(candidatePassword, cb) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a url to a User's Gravatar email
|
* Get a URL to a user's Gravatar email.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
userSchema.methods.gravatar = function(size, defaults) {
|
userSchema.methods.gravatar = function(size, defaults) {
|
||||||
if (!size) size = 200;
|
if (!size) size = 200;
|
||||||
if (!defaults) defaults = 'retro';
|
if (!defaults) defaults = 'retro';
|
||||||
|
Reference in New Issue
Block a user