Remove trailing spaces

This commit is contained in:
Raymond Feng 2015-02-18 09:13:47 -08:00
parent ea35a2f48d
commit fb88d98870
1 changed files with 9 additions and 10 deletions

View File

@ -143,7 +143,6 @@ PersistedModel.exists = function exists(id, cb) {
* @callback {Function} callback Callback function called with `(err, instance)` arguments. Required.
* @param {Error} err Error object; see [Error object](http://docs.strongloop.com/display/LB/Error+object).
* @param {Object} instance Model instance matching the specified ID or null if no instance matches.
*/
PersistedModel.findById = function find(id, cb) {