Remove trailing whitespace added by 242bcec

This commit is contained in:
Miroslav Bajtoš 2015-05-04 18:19:13 +02:00
parent 242bcec539
commit cad616ed22
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ module.exports = function(registry) {
/**
* The `loopback.Model.extend()` method calls this when you create a model that extends another model.
* Add any setup or configuration code you want executed when the model is created.
* Add any setup or configuration code you want executed when the model is created.
* See [Setting up a custom model](http://docs.strongloop.com/display/LB/Extending+built-in+models#Extendingbuilt-inmodels-Settingupacustommodel).
*/