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',
|
* 'Author',
|
||||||
* {
|
* {
|
||||||
* firstName: 'string',
|
* firstName: 'string',
|
||||||
* lastName: 'string
|
* lastName: 'string'
|
||||||
* },
|
* },
|
||||||
* {
|
* {
|
||||||
* relations: {
|
* relations: {
|
||||||
|
@ -66,7 +66,7 @@ registry.modelBuilder = new ModelBuilder();
|
||||||
* name: 'Author',
|
* name: 'Author',
|
||||||
* properties: {
|
* properties: {
|
||||||
* firstName: 'string',
|
* firstName: 'string',
|
||||||
* lastName: 'string
|
* lastName: 'string'
|
||||||
* },
|
* },
|
||||||
* relations: {
|
* relations: {
|
||||||
* books: {
|
* books: {
|
||||||
|
|
Loading…
Reference in New Issue