Wrap too long lines
... introduced by the previous commit.
This commit is contained in:
parent
18bc572c20
commit
e5e8f29d30
3
index.js
3
index.js
|
@ -36,7 +36,8 @@ var addInstructionsToBrowserify = require('./lib/bundler');
|
||||||
* In both cases, the function loads JavaScript files in the `/models` and
|
* In both cases, the function loads JavaScript files in the `/models` and
|
||||||
* `/boot` subdirectories of the application root directory with `require()`.
|
* `/boot` subdirectories of the application root directory with `require()`.
|
||||||
*
|
*
|
||||||
* **NOTE:** Mixing `bootLoopBackApp(app, bootConfig)` and `app.model(name, modelConfig)` in multiple
|
* **NOTE:** Mixing `bootLoopBackApp(app, bootConfig)` and
|
||||||
|
* `app.model(name, modelConfig)` in multiple
|
||||||
* files may result in models being undefined due to race conditions.
|
* files may result in models being undefined due to race conditions.
|
||||||
* To avoid this when using `bootLoopBackApp()` make sure all models are passed
|
* To avoid this when using `bootLoopBackApp()` make sure all models are passed
|
||||||
* as part of the `models` definition.
|
* as part of the `models` definition.
|
||||||
|
|
Loading…
Reference in New Issue