Update registry.js
Add missing quotes to examples in JSdoc.
This commit is contained in:
parent
842d9b0bcd
commit
c388696d3f
|
@ -46,7 +46,7 @@ registry.modelBuilder = new ModelBuilder();
|
|||
* 'Author',
|
||||
* {
|
||||
* firstName: 'string',
|
||||
* lastName: 'string
|
||||
* lastName: 'string'
|
||||
* },
|
||||
* {
|
||||
* relations: {
|
||||
|
@ -66,7 +66,7 @@ registry.modelBuilder = new ModelBuilder();
|
|||
* name: 'Author',
|
||||
* properties: {
|
||||
* firstName: 'string',
|
||||
* lastName: 'string
|
||||
* lastName: 'string'
|
||||
* },
|
||||
* relations: {
|
||||
* books: {
|
||||
|
|
Loading…
Reference in New Issue