Remove trailing spaces
This commit is contained in:
parent
ea35a2f48d
commit
fb88d98870
|
@ -143,7 +143,6 @@ PersistedModel.exists = function exists(id, cb) {
|
||||||
* @callback {Function} callback Callback function called with `(err, instance)` arguments. Required.
|
* @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 {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.
|
* @param {Object} instance Model instance matching the specified ID or null if no instance matches.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PersistedModel.findById = function find(id, cb) {
|
PersistedModel.findById = function find(id, cb) {
|
||||||
|
|
Loading…
Reference in New Issue