Try to fix org.pegdown.ParsingTimeoutException

This commit is contained in:
Rand McKinney 2014-03-20 16:35:42 -07:00
parent 33088582ed
commit d6a1270d87
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var oracle = loopback.createDataSource({
User.attachTo(oracle);
```
**Note:** until a model is attached to a data source it will **not** have any **attached methods**.
NOTE: until a model is attached to a data source it will not have any attached methods.
### Properties