* Minor changes & cleanup

This commit is contained in:
Bryan Ashby 2015-08-19 16:05:35 -06:00
parent 79e533468a
commit 4cf10ba85c
5 changed files with 23 additions and 5 deletions

View file

@ -326,7 +326,7 @@ User.prototype.persistProperty = function(propName, propValue, cb) {
}
}
);
}
};
User.prototype.persistProperties = function(properties, cb) {
var self = this;