Update persisted-model.js

Remove trailing whitespace.
This commit is contained in:
Rand McKinney 2015-09-09 16:08:20 -07:00
parent 3821824c97
commit 8d02e42cf3
1 changed files with 7 additions and 6 deletions

View File

@ -181,7 +181,8 @@ module.exports = function(registry) {
* ```
* { where: { key: val, key2: {gt: 'val2'}, ...} }
* ```
* <br/>See [Where filter](https://docs.strongloop.com/display/LB/Where+filter#Wherefilter-Whereclauseforqueries).
* <br/>See
* [Where filter](https://docs.strongloop.com/display/LB/Where+filter#Wherefilter-Whereclauseforqueries).
*
* @callback {Function} callback Callback function called with `(err, returned-instances)` arguments. Required.
* @param {Error} err Error object; see [Error object](http://docs.strongloop.com/display/LB/Error+object).