Merge pull request #1104 from strongloop/feature/remove-trailing-spaces

Remove trailing spaces
This commit is contained in:
Raymond Feng 2015-02-18 09:14:15 -08:00
commit e9dd12ab95
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) {